chip8/testroms/single_letter.S
2023-01-25 11:28:02 +01:00

5 lines
No EOL
51 B
ArmAsm

CLS
LD V0, 0x1
LD I, 0x00
DRW V0, V0, 0x05
JP 0x208