philpax / skiron

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

Add offset to load/store #11

Closed philpax closed 8 years ago

philpax commented 9 years ago

For example,

load r0, [sp+8]

philpax commented 8 years ago

Not really that important.