mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
todo
This commit is contained in:
parent
c6e13ae2a3
commit
679965410a
@ -4,6 +4,7 @@ TODO
|
||||
|
||||
- optimize assignment codegeneration
|
||||
- get rid of all TODO's ;-)
|
||||
- make it possible to use cpu opcodes such as 'nop' as variable names by prefixing all asm vars with something such as '_'
|
||||
- option to load the built-in library files from a directory instead of the embedded ones (for easier library development/debugging)
|
||||
- aliases for imported symbols for example perhaps '%alias print = c64scr.print' ?
|
||||
- investigate support for 8bitguy's Commander X16 platform https://www.commanderx16.com and https://github.com/commanderx16/x16-docs
|
||||
|
@ -5,15 +5,8 @@
|
||||
|
||||
main {
|
||||
|
||||
; todo make it possible to use cpu opcodes as varnames such as 'nop' by prefixing all asm vars with something such as '_'
|
||||
|
||||
sub start() {
|
||||
|
||||
byte nop2
|
||||
nop2=4
|
||||
|
||||
; nop2() ; better error
|
||||
nop2()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user