1
0
Fork 0
mirror of https://github.com/raxracks/6502.git synced 2024-12-02 00:11:10 +13:00
6502/temp.asm

7 lines
67 B
NASM
Raw Normal View History

2024-01-27 00:39:48 +13:00
LDA hello, X
INX
LDA hello, X
.DATA
hello: .byte "hello world", 0