4x1 scanline output debugged

This commit is contained in:
Luxferre
2022-07-29 22:33:02 +03:00
parent eaae4695d2
commit b05209ea0c
+3 -3
View File
@@ -12,11 +12,11 @@ BRK
BRK BRK
&adv &adv
#fa DBG #fa DBG
INC DEC
BRK BRK
&back &back
#fb DBG #fb DBG
DEC INC
BRK BRK
( sprite and text drawing routines ) ( sprite and text drawing routines )
@@ -42,7 +42,7 @@ BRK
SWP SWP2 ( x y nibble counter -- ) SWP SWP2 ( x y nibble counter -- )
DUP ,&lp JCN DUP ,&lp JCN
POP2 ( x y nibble counter -- x y ) POP2 ( x y nibble counter -- x y )
SWP #04 SUB SWP SWP #04 SUB SWP ( restore x coord )
JMP2r JMP2r
( 4x4 sprite output from the memory ) ( 4x4 sprite output from the memory )