add license file
[xorcyst.git] / TODO
blobedab3aabd5af6cfe3e4319f695291511caf5af7f
1 - .undef\r
2 - a way to define temporary variables for a proc (on the stack)?\r
3 - types must be defined before they are used\r
4 - .module or .namespace\r
5 - .obj, .objend\r
6 - .radix\r
7 - .do .until\r
8 - .type, .symtype\r
9 - .pushstate, .popstate\r
10 - .exitm\r
11 - .local\r
12   - local labels in macros currently behave strangely\r
13 - interpretation of $ (current pc) used in dataseg?\r
14 - a way to specify if ZP or absolute addressing mode should be used?\r
15 - variable-number-of-argument macros\r
16 - -W flag allowing more fine-grained control of warnings\r
17 - inlining function calls?\r
18 - generate listing!\r
19   - final binary: instruction by instruction, prints all the addresses + bytes\r
20 - a way to specify fixed-point numbers?\r