mirror of
https://github.com/irmen/prog8.git
synced 2025-10-29 02:16:29 +00:00
implementing first simple pointer operations pointer vars also allocated in ZP for dontcare
15 lines
645 B
ReStructuredText
15 lines
645 B
ReStructuredText
TODO
|
|
====
|
|
|
|
|
|
STRUCTS and TYPED POINTERS (6502 codegen specific)
|
|
--------------------------------------------------
|
|
|
|
- 6502 codegen should warn about writing to initialized struct instances when using romable code, like with arrays "can only be used as read-only in ROMable code"
|
|
- 6502 asm symbol name prefixing should work for dereferences too.
|
|
- 6502 statementreorderer: fix todo for str -> ^^ubyte instead of uword
|
|
- update structpointers.rst docs with 6502 specific things?
|
|
- scan through 6502 library modules to change untyped uword pointers to typed pointers
|
|
- scan through 6502 examples to change untyped uword pointers to typed pointers
|
|
|