Merge telemon24 and telemon30 into telestrat target.
Cleaning, and replace tab to spaces Converting hex lowercase value into uppercase char. Changing := and = when it was needed
This commit is contained in:
14
libsrc/telestrat/keyboard.s
Normal file
14
libsrc/telestrat/keyboard.s
Normal file
@@ -0,0 +1,14 @@
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user