philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Implement move in terms of add #20

Closed philpax closed 8 years ago

philpax commented 9 years ago

Take a page from MIPS' book: move r0, r1 -> add r0, r1, z