Move comment block as requested

This commit is contained in:
compyx 2020-07-15 22:44:34 +02:00 committed by greg-king5
parent 294b5d1cf1
commit 81d3dedb41
1 changed files with 3 additions and 5 deletions

View File

@ -46,6 +46,9 @@ invertcursor:
lda #$34
sta $01
; do not use soft80_putcolor here to make sure the cursor is always
; shown using the current textcolor without disturbing the "color voodoo"
; in soft80_cputc
ldy #0
bcs @set
; restore old value
@ -72,11 +75,6 @@ invertcursor:
cli
rts
; do not use soft80_putcolor here to make sure the cursor is always
; shown using the current textcolor without disturbing the "color voodoo"
; in soft80_cputc
.rodata
nibble: .byte $f0, $0f