mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-11-30 15:49:55 +00:00
03636aa196
- 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
|