mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
12 lines
228 B
ArmAsm
12 lines
228 B
ArmAsm
|
;
|
||
|
; Oliver Schmidt, 2018-02-02
|
||
|
;
|
||
|
|
||
|
.export tgi_libref
|
||
|
.interruptor tgi_irq ; Export as IRQ handler
|
||
|
|
||
|
.data
|
||
|
|
||
|
tgi_libref:
|
||
|
tgi_irq: .byte $60, $00, $00 ; RTS plus two dummy bytes
|