1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00

Remove stale comment.

This commit is contained in:
Sven Michael Klose 2020-11-03 11:53:56 +01:00 committed by greg-king5
parent 6201300816
commit db31204950

View File

@ -56,7 +56,7 @@ LINEDIST = $20 ; Offset in video RAM between two lines
ldx #(>load_size) + 1
stx count+1 ; save size with each byte incremented separately
L1: dec count ; pre-count one's-complement upwards
L1: dec count
bnz L2
dec count+1
bze L3