ack/mach/z80/libem/aaru.s

25 lines
214 B
ArmAsm
Raw Normal View History

1985-03-29 21:44:50 +00:00
.define .aaru
1987-02-02 13:30:20 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-03-29 21:44:50 +00:00
! AAR NOT DEFINED
.aaru:
pop ix
pop hl
xor a
xor h
jp nz,1f
ld a,2
xor l
jp z,2f
1:
ld hl,EARRAY
call .trp.z
2:
push ix
jp .aar