6502-opcodes/data/print-three-lower.asm
2022-12-06 13:43:48 -05:00

9 lines
77 B
NASM

lda #$01
sta $0200
lda #$03
sta $0201
lda #$05
sta $0202