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:
16
libsrc/telestrat/print.s
Normal file
16
libsrc/telestrat/print.s
Normal file
@@ -0,0 +1,16 @@
|
||||
; jede jede@oric.org 2017-01-22
|
||||
|
||||
; void print (char * str);
|
||||
.export _print
|
||||
.import popax
|
||||
.importzp tmp1
|
||||
.include "telestrat.inc"
|
||||
|
||||
.proc _print
|
||||
stx tmp1
|
||||
ldy tmp1
|
||||
BRK_TELEMON XWSTR0
|
||||
rts
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user