SPARC.AddrMode
data AddrMode Source #
Represents a memory address in an instruction. Being a RISC machine, the SPARC addressing modes are very regular.
Constructors
addrOffset :: AddrMode -> Int -> Maybe AddrMode Source #
Add an integer offset to the address in an AddrMode.