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

Opening this as a general issue for all the features that are still missing from the manual and need to be documented at some point. Don't want to let this...

documentation

Accidentally ran into this while working on my SPC700 code thanks to me looking up the raw hex data. There appears to be no overflow checking in the BBC/BBS opcodes...

So I have a patch. It inserts properly with Asar. However, I want to move some subroutines around so the file is more organized. However, if I do that, Asar...

bug
fixed in 2.0

I came across this in GPS where for some reason two label in different freespace blocks had the same address. The simples test case I could find is creating a...

Currently we have `arch spc700-inline` but this feature is pretty crusty and basically a giant hack. As part of the deprecation project I would like to create a better alternative....

new feature

Allow autoclean in additional contexts - 24 bit loads - 24 bit stores - 24 bit alu (includes cmp) Have any been missed?

This is mainly a feature that I think would be useful for disassembly. The idea is taken from MathOnNapkins who uses this keyword in his disassembly of the US version...

new feature

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'm not sure how feasible it is under the current architecture, but some function that gives the ROM address of a label regardless of the `base` it sits under would...