spasm-ng icon indicating copy to clipboard operation
spasm-ng copied to clipboard

Outputting label file should not trigger second pass

Open Iambian opened this issue 7 years ago • 2 comments

When I was compiling my project using spasm-ng, I noticed that adding -L did not suppress or omit the second pass. This is undesirable and is inconsistent with the original versions of SPASM.

See #49

Iambian avatar Jan 01 '18 03:01 Iambian

This was changed in 73c39adda099528d5776545a6d3b4daa977de3e8 because all of the variables in the label file were showing up as having a value of 0.

jacobly0 avatar Jan 01 '18 04:01 jacobly0

Since that commit there were various error handler changes made 7fc05b1 . Can you reproduce that bug with the new pull request? In our tests it functioned as expected.

geekbozu avatar Jan 02 '18 00:01 geekbozu