chipty5/diags/keypad.ch8asm

10 lines
247 B
Plaintext

LD V1, 00
.loop LD V0, K
LD F, V0
DRW V1, V1, 5
.down SKNP V0
JP .down
DRW V1, V1, 5
JP .loop