1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/common/jmpvec.s

15 lines
199 B
ArmAsm
Raw Normal View History

;
; General purpose jump vector in the data segment that is patched at
; runtime and used by several routines.
;
; Ullrich von Bassewitz, 16.12.1998
;
.export jmpvec
.data
jmpvec: jmp $FFFF