philpax / skiron

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

Simulated I/O interrupts #29

Open philpax opened 8 years ago

philpax commented 8 years ago

Depends on #19.

philpax commented 8 years ago

TODO: Work out a better design

philpax commented 8 years ago

ARM uses separate modes; x86 uses IRET; MIPS uses RFE. There might not be a better design that doesn't involve adding more instructions. Oh, well.