main.bss.asm 209 B

1234567891011
  1. ; Data for main
  2. hidata
  3. ErrCode byte
  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