Textmode / TMVM

Textmode's Virtual Macaroni: A VM for, er...we'll get back to you.
Other
4 stars 0 forks source link

Add load/store opcodes #33

Open Textmode opened 13 years ago

Textmode commented 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.

Textmode commented 13 years ago

I've added LOAD and STOR, but have not yet removed the impure forms of MOV. They should be considered deprecated.