cc65/libsrc/apple2/wherex.s

15 lines
185 B
ArmAsm

;
; Kevin Ruland
;
; unsigned char wherex (void);
;
.export _wherex
.include "apple2.inc"
_wherex:
lda CH
ldx #$00
rts