trillian
trillian
It would be nice if it was possible to view and edit the play queue.
we really should have better error messages for things like `dec $123456`. currently getting the address mode wrong prints "invalid command" which isn't really all that helpful. i think we...
i often write some code like this: ``` !i = 0 while !i < N ; do some stuff here using !i (possibly multiline) !i #= !i+1 endif ``` i...
error and warning ids are supposed to be unchanging. and it's supposed to be easy to determine what an error is from its code. currently, the only thing that guarantees...
Requested by Ladida on the dsicord It should be possible to change the banks that `freecode`/`freedata` look in, and also disable using RATS tags.
In ExLoROM, it's possible for `pctosnes` to return $7E0000-$7FFFFF. ``` 00-3F:8000-FFFF -> x400000-x5FFFFF 40-7F:8000-FFFF (+mirror) -> x600000-x7FFFFF 80-BF:8000-FFFF -> x000000-x1FFFFF C0-FF:8000-FFFF (+mirror) -> x200000-x3FFFFF ``` I hope it's possible to...
We should have some tests that, instead of testing the functionality of Asar, test the functionality of the functions in the DLL. For the C/C++ binding, this could be achieved...
[Cppcheck report](http://media.smwcentral.net/randomdude999/asar_cppcheck_report/) [Clang's static analyzer report](http://media.smwcentral.net/randomdude999/asar_clang_report/) Most of these are false positives but there may be some actual bugs here. For example, I'm pretty sure the memory leak in requeststrfromuser...
ExE Boss on discord: >Also with asar, another option would be to add `'` delimited strings which would be processed as is (only applying the `table` mapping if it’s being...
would make length suffixes mostly redundant calling them "accum " and "index " would be fine probably should this also change automatically with rep/sep?