1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

remove dangling spaces

This commit is contained in:
Bob Andrews 2023-10-14 23:18:01 +02:00 committed by GitHub
parent 2fa6d453a3
commit 9517553254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,19 +209,19 @@ _ClearScreen:
: sta (dest), y ; Loop unwound by a factor of 8, which means our iny before the branchh
iny ; will still work as it's on a page crossing boundary.
sta (dest), y ; This will avoid most of the overhead of the branch.
iny
iny
sta (dest), y
iny
iny
sta (dest), y
iny
iny
sta (dest), y
iny
iny
sta (dest), y
iny
iny
sta (dest), y
iny
iny
sta (dest), y
iny
iny
bne :-
inc dest_hi