asar icon indicating copy to clipboard operation
asar copied to clipboard

(Now) official repository of the SNES assembler Asar, originally created by Alcaro

Results 123 asar issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

DLL Interface
priority: medium
tests

You mentioned in #58 the possibility of a rewrite ("if that ever happens"). We don't need to do this right now, since I think there can be many improvements without...

Make warnings more customizable like in MSVC, clang etc. Some examples: -Add support for "warnings as errors" -Add support for warnings levels (print only warnigns of the current level or...

new feature
priority: low

[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...

Is this supported? Should this be supported? How would one do this on Windows? I tested Asar in Wine and while it could open files which I specified on the...

bug
priority: low

Since we have a different coding style, I would like to know what your precise coding style is, so that I can create a clang-format file and forget about this...

cleanup
priority: low

Would you be interested in a rewrite of arch-65816? This code would be a port of my implementation in my assembler and some kind of test bed for it, since...

cleanup
priority: low
proposal

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...

new feature
priority: low

Very low priority (and probably a bit messy), but it would be kinda nice to add UTF-8 support to tables, print commands and table files in a future version of...

new feature
priority: low

Since you are adding new items to the asar wishlist: How about a ASM builder API (similar to LLVM)? The idea would be that if I want to create ASM...

priority: low
proposal