mirror of
https://github.com/irmen/prog8.git
synced 2024-12-22 18:30:01 +00:00
textelite now with sysinit, so it runs on the c128 as well (needs banking)
This commit is contained in:
parent
300d1a871c
commit
25d2b42283
@ -3,9 +3,11 @@ TODO
|
||||
|
||||
...
|
||||
|
||||
|
||||
Future Things and Ideas
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Port the diskio module to the PET using lower level serial kernal IO calls?
|
||||
- something to reduce the need to use fully qualified names all the time. 'with' ? Or 'using <prefix>'?
|
||||
- Why are blocks without an addr moved BEHIND a block with an address? That's done in the StatementReorderer.
|
||||
- Libraries: improve ability to create library files in prog8; for instance there's still stuff injected into the start of the start() routine AND there is separate setup logic going on before calling it.
|
||||
|
@ -2,7 +2,6 @@
|
||||
%import conv
|
||||
%import diskio
|
||||
%import string
|
||||
%option no_sysinit
|
||||
%zeropage basicsafe
|
||||
|
||||
; Prog8 adaptation of the Text-Elite galaxy system trading simulation engine.
|
||||
|
Loading…
Reference in New Issue
Block a user