1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

dangling spaces

This commit is contained in:
xlar54 2024-06-13 21:23:50 -05:00
parent d24a8d7e61
commit b7f4c17460

View File

@ -273,7 +273,7 @@ ahead:
ldy #240 ; number of rows ldy #240 ; number of rows
blank_outer: blank_outer:
ldx #10 ; 10 iterations of 32 = one line of 320 at 8bpp ldx #10 ; 10 iterations of 32 = one line of 640
blank_loop: blank_loop:
.repeat 8 .repeat 8