added peek functions for soft80

This commit is contained in:
mrdudz
2017-12-28 01:58:03 +01:00
parent 9a8b7d9a23
commit 0543ecabe2
7 changed files with 323 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.import soft80_cpeekchar
.export soft80_cpeekrevers
soft80_cpeekrevers:
jsr soft80_cpeekchar
txa
ldx #0
rts