mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
19 lines
83 B
Plaintext
19 lines
83 B
Plaintext
|
|
.text
|
|
|
|
l1 lda l1
|
|
|
|
*=$2000
|
|
|
|
l2 lda l2
|
|
|
|
.data
|
|
|
|
l3 .word l3
|
|
|
|
.text
|
|
|
|
l4 lda l4
|
|
|
|
|