mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
convert to petscii
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
|
||||
soft80_cpeekc:
|
||||
jsr soft80_cpeekchar
|
||||
; 0-1F -> A0-BF
|
||||
; 20-7F -> 20-7F
|
||||
cmp #$20
|
||||
bcs @sk
|
||||
;clc
|
||||
adc #$a0
|
||||
@sk:
|
||||
ldx #0
|
||||
rts
|
||||
|
||||
|
Reference in New Issue
Block a user