Change attributes on gotoxy
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
.importzp sp
|
.importzp sp
|
||||||
.import _zones
|
.import _zones
|
||||||
.import cursor
|
.import cursor
|
||||||
.import pusha, incsp1, pusha0, pushax, popax
|
.import pusha, incsp1, pusha0, pushax, popa
|
||||||
.include "atari7800.inc"
|
.include "atari7800.inc"
|
||||||
.include "extzp.inc"
|
.include "extzp.inc"
|
||||||
|
|
||||||
@@ -166,13 +166,13 @@ umula0:
|
|||||||
.proc _gotoxy
|
.proc _gotoxy
|
||||||
|
|
||||||
jsr _gotoy
|
jsr _gotoy
|
||||||
jsr popax
|
jsr popa
|
||||||
jsr _gotox
|
jsr _gotox
|
||||||
rts
|
rts
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc gotoxy
|
.proc gotoxy
|
||||||
jsr popax
|
jsr popa
|
||||||
jmp _gotoxy
|
jmp _gotoxy
|
||||||
.endproc
|
.endproc
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user