Adding files for telemon30
This commit is contained in:
13
libsrc/telemon30/keyboard.s
Normal file
13
libsrc/telemon30/keyboard.s
Normal file
@@ -0,0 +1,13 @@
|
||||
.export _key
|
||||
.importzp sp,tmp2,tmp3,tmp1
|
||||
|
||||
.include "telemon30.inc"
|
||||
|
||||
|
||||
; char key(void);
|
||||
|
||||
.proc _key
|
||||
BRK_TELEMON XRDW0 ; read keyboard
|
||||
rts
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user