mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
b5fef66f37
Cleaning, and replace tab to spaces Converting hex lowercase value into uppercase char. Changing := and = when it was needed
15 lines
226 B
ArmAsm
15 lines
226 B
ArmAsm
; jede jede@oric.org 2017-01-22
|
|
|
|
.export _key
|
|
|
|
.include "zeropage.inc"
|
|
.include "telestrat.inc"
|
|
|
|
; char key(void);
|
|
|
|
.proc _key
|
|
BRK_TELEMON XRDW0 ; read keyboard
|
|
rts
|
|
.endproc
|
|
|