underway

Results 6 issues of underway

I've already talked about this to Atari and I believe he's identified the source of this bug, I'm mostly posting this issue for documentation reasons so I can link to...

bug

Asar will currently try to "guess" opcode length in cases where it's ambiguous. Stuff like `CMP #!some_define` in my experience usually results in word size being assumed, which has led...

To quote the manual: > The includeonce command places an include guard on the file that is currently being assembled. This prevents it from being assembled again in the same...

bug

Currently it seems like the exit status code of the program is always 0, even if an error occurred during insertion. This makes it significantly harder to determine if the...

Similar in spirit to #364, it can be useful to know for build systems which bytes were read during the application of a patch in order to "reject" the possibility...

new feature

This is kinda long term, but it would be potentially useful for me and others working on build systems if asar had an option for letting you retrieve a list...

new feature