mirror of
https://github.com/fachat/xa65.git
synced 2025-08-08 19:25:14 +00:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
*=$0400
|
|
|
|
.assert *<$17e6, "routine too long"
|
|
|
|
lda #<$17e6 >> 2
|
|
|
|
lda *-2
|
|
|