mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-12-12 01:30:00 +00:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
|
*
|
||
|
TXTMODE
|
||
|
*
|
||
|
LDA #$40
|
||
|
STA LANG
|
||
|
STA CURLIN+1
|
||
|
LDA #$06
|
||
|
STA PROMPT
|
||
|
RTS
|