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

As a small suggestion, perhaps Asar could have a few built in defines that contain the current time/date that asar began to assemble a file? Besides being an automatic method...

new feature
fixed in 2.0

It doesn't accept .9dac sublabel, it gives error in compiling rom (without saying what error) It accepts .9daC it accepts 8dac, but no .9dac Main label is main: so problematic...

[23:40:47] \ !rb as3 nop : nop [23:40:50] \ EA EA [23:40:50] \ !rb as3 nop : : nop [23:40:52] \ EA EA [23:40:53] \ !rb as3 nop : :...

DRAFT, for review. This might actually be good to ship, I just want to throw some more tests and it, and maybe it run it on a few larger SNES...

Applies to: 1.81 & latest from master branch Here is a short repro: ``` asar 1.81 lorom macro add_text(...) !i #= 0 while !i < sizeof(...) if == 'A' db...

bug
fixed in 2.0

Consider this a bit of a meta issue, but the next release of asar I believe should focus on making it clear with warnings what features or behaviors could (and...

I have managed to narrow down this issue to a tiny asm file. The following code would work on 1.7X for a file "test.asm" compiled using `./asar test.asm out.sfc` ```...

There still seem to exist a couple of undocumented features within Asar. Find them and add them to the manual.

priority: medium

when writing code in a struct, any label has its first character replaced by '.' and is then assumed to be part of the struct: ```asm org $008000 struct test...

Asar currently has the define operator "#=" that evaluates what is after it as a math expression and sets the result of it as the value for a define. Using...

fixed in 2.0