6502/temp.asm
2024-01-27 00:39:48 +13:00

6 lines
67 B
NASM

LDA hello, X
INX
LDA hello, X
.DATA
hello: .byte "hello world", 0