Displaying 1 result from an estimated 1 matches for "xxxregist".
2015 Oct 05
2
handling "overlapping" register classes
I'm working on generating code for a machine that has a register set kind
of like the 68000.
For those who don't recall, the 68K has 8 Data registers that can be used
for ordinary integer
instructions like add, subtract, multiply, shift, etc., and 8 Address
registers that can be use for
integer addition and a few other things, especially base registers for
addressing modes.
The Data