main.bss.asm 213 B

123456789101112
  1. ; Data for main
  2. hidata
  3. ErrParams byte 4
  4. ; Save the I register. There's no technical reason, it's just that I like leaving things
  5. ; the same way I find them :)
  6. SaveI byte
  7. ; Allows a "panic exit"
  8. SaveSP word