Fix comment.
This commit is contained in:
parent
9410c311a6
commit
aed259522b
2
main.S
2
main.S
@ -43,7 +43,7 @@ int_horizontal_sync: ; +3
|
|||||||
push r31 ; +8
|
push r31 ; +8
|
||||||
push r30 ; +10
|
push r30 ; +10
|
||||||
|
|
||||||
; if (line >= VERTICAL_OFFSET), then enter
|
; if (0 <= line < 256), then enter
|
||||||
lds r30, line ; +12
|
lds r30, line ; +12
|
||||||
lds r31, line + 1 ; +14
|
lds r31, line + 1 ; +14
|
||||||
adiw z, 1 ; +16
|
adiw z, 1 ; +16
|
||||||
|
Loading…
Reference in New Issue
Block a user