Open Textmode opened 13 years ago
Add load / store opcodes, rather than overloading MOV (which should be pure-register).
This is consistent with existing isets, and would somewhat simplify the MOV encoder.
I've added LOAD and STOR, but have not yet removed the impure forms of MOV. They should be considered deprecated.
Add load / store opcodes, rather than overloading MOV (which should be pure-register).
This is consistent with existing isets, and would somewhat simplify the MOV encoder.