Every byte counts!

This commit is contained in:
Neil McPhail 2024-10-21 15:33:13 +00:00
parent 8bee52a2a1
commit c2b615098e

View File

@ -7,8 +7,8 @@ set_counter:
ld (counter), a
read_keyboard:
ld bc, &f7fe
in a, (c)
ld a, &f7
in a, (&fe)
rra
jr nc, key_1
rra