underway

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