Jump over debug support code, to avoid accidental problems when adding debugging.

This commit is contained in:
Martin Haye 2015-02-03 09:16:12 -08:00
parent 6ee15e1d9a
commit ea10bfcdae

View File

@ -81,6 +81,11 @@
jsr _waitKey
}
; Debug code to support macros
jmp _afterDebug
; Fetch a byte pointed to by the first entry on the stack, and advance that entry.
_getStackByte !zone {
inc $101,x
bne +
@ -187,4 +192,6 @@ _waitKey: !zone {
jsr iosave
jsr rdkey
jmp iorest
}
}
_afterDebug: