p4plus2
p4plus2
I wonder if there is a better method to handle this. as defines are more substitutions than anything, so perhaps it would be better to have something like `!$my_define` to...
To add to that `Levelhex(!idx)` would be absolute insanity compared to `Level!$idx`. And math functions don't return strings, they return numbers -- so that adds a really nasty complication in...
I went to implement this but it turns out `!$` breaks arch spc700 syntax.
the `hex` method doesn't really work with how asar is designed. Also, how should padding work? Should there be any? Operator approaches become more limited, for example labels can't be...
Also of note: The SPC syntax actually creates several bugs, such as the inability to use functions with certain opcodes. So thats an issue to consider too.
This is indeed fixed in the repo but before I close it, is there any strong reason you want case number 1 (externallabel) to work? The current status it now...
`namespace nested on` can enabled stacked namespaces (default is off). Other than that, this request kind of feels like its a duplication namespaces. Maybe we could have namespaces create an...
Hm, I think I have an idea, give me half an hour and I can push a prototype
Current implementation subject to much change: ``` pool test test2 .asd .zxc pool off ; Defines test_asd test2_asd test_zxc test2_zxc ```
Hm, I wanted to make non-sublabels used in pools generate an error. But this would make your label addresses go nuclear. Right now non-sublabels are ignored but I am not...