1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-05 08:40:26 +08:00
Files
c64-snake/getchar.asm
2021-04-03 19:34:32 +08:00

4 lines
32 B
NASM

getchar:
* jsr getin
beq -
rts