Talk:RDRAM Interface

From N64brew Wiki
Revision as of 17:51, 30 August 2021 by Rasky (talk | contribs) (Created page with "--~~~~ (SwapField[8:0] x Adr[19:11]) + ~SwapField[8:0]xAdr[28:20] Does this mean: (SwapField[8:0] & Adr[19:11]) | (~SwapField[8:0] & Adr[28:20]) That is, is the SwapField...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

--Rasky (talk) 17:51, 30 August 2021 (UTC)

(SwapField[8:0] x Adr[19:11]) + ~SwapField[8:0]xAdr[28:20]

Does this mean:

(SwapField[8:0] & Adr[19:11]) | (~SwapField[8:0] & Adr[28:20])

That is, is the SwapField used as a way to swap bits between lower byte and upper byte?