0x10cAtlas / AtlasOS

An operating system for DCPU-16.
109 stars 15 forks source link

Need to push EX when interrupt handling #55

Closed chessmaster42 closed 12 years ago

chessmaster42 commented 12 years ago

We need to update the interrupt handler to push EX onto the stack then pop back off again when we exit. It's a slim chance but you never know if the op that gets interrupted needs to use the value in EX when it returns. I should have this fixed in the next build.