Fix comment.

This commit is contained in:
giomba 2022-11-01 16:28:19 +01:00
parent 9410c311a6
commit aed259522b
1 changed files with 1 additions and 1 deletions

2
main.S
View File

@ -43,7 +43,7 @@ int_horizontal_sync: ; +3
push r31 ; +8
push r30 ; +10
; if (line >= VERTICAL_OFFSET), then enter
; if (0 <= line < 256), then enter
lds r30, line ; +12
lds r31, line + 1 ; +14
adiw z, 1 ; +16