mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-02-19 21:30:37 +00:00
- various bugfixes - integrated required library - created minified sources - made macros slightly more flexible
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
*
|
|
TXTMODE
|
|
*
|
|
LDA #$40
|
|
STA LANG
|
|
STA CURLIN+1
|
|
LDA #$06
|
|
STA PROMPT
|
|
RTS
|