mirror of
https://github.com/raxracks/6502.git
synced 2024-12-02 00:11:10 +13:00
6 lines
67 B
NASM
6 lines
67 B
NASM
LDA hello, X
|
|
INX
|
|
LDA hello, X
|
|
|
|
.DATA
|
|
hello: .byte "hello world", 0
|