mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
10 lines
140 B
ArmAsm
10 lines
140 B
ArmAsm
|
;
|
||
|
; Ullrich von Bassewitz, 2004-06-03
|
||
|
;
|
||
|
; Rom VTABZ routine
|
||
|
;
|
||
|
|
||
|
.export VTABZ
|
||
|
|
||
|
VTABZ := $FC24 ; Generate text base address
|