mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-10-09 04:55:38 +00:00
13 lines
198 B
ArmAsm
13 lines
198 B
ArmAsm
.pc02
|
|
DISPATCH = $C7FC
|
|
|
|
.include "iic.defs"
|
|
.code
|
|
.org $C9A1 ; 9 bytes here
|
|
.ifdef EN_XMODEM
|
|
load: lda #$03
|
|
.byte $2C ; BIT abs
|
|
save: lda #$02
|
|
jmp DISPATCH
|
|
.endif
|