1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-31 11:29:16 +00:00
cc65/libsrc/telemon30/keyboard.s

14 lines
183 B
ArmAsm
Raw Normal View History

2016-12-14 20:22:10 +00:00
.export _key
.importzp sp,tmp2,tmp3,tmp1
.include "telemon30.inc"
; char key(void);
.proc _key
BRK_TELEMON XRDW0 ; read keyboard
rts
.endproc