1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-28 21:29:04 +00:00
cc65/libsrc/cbm610/kreadst.s

20 lines
276 B
ArmAsm
Raw Normal View History

;
; Ullrich von Bassewitz, 2003-12-19
;
; READST kernal call
;
.export READST
.include "cbm610.inc"
.proc READST
lda ST ; Load status
rts ; Return to caller
.endproc