We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea28070 commit d69cdbbCopy full SHA for d69cdbb
src/arch/zx48k/library-asm/print.asm
@@ -176,11 +176,10 @@ INVERSE_MODE: ; 00 -> NOP -> INVERSE 0
176
ld (DFCC), hl
177
178
ld hl, (DFCCL) ; current ATTR Pos
179
- push hl
180
- call __SET_ATTR
181
- pop hl
182
inc hl
183
- ld (DFCCL),hl
+ ld (DFCCL), hl
+ dec hl
+ call __SET_ATTR
184
exx
185
ret
186
src/arch/zxnext/library-asm/print.asm
0 commit comments