sbasm3 icon indicating copy to clipboard operation
sbasm3 copied to clipboard

Fixes #12: sbasm exit code = 0 when error is not fatal?

Open wil-low opened this issue 2 years ago • 2 comments
trafficstars

Please check if I missed something, just wanted a quick fix to use sbasm in makefile properly ;)

wil-low avatar May 15 '23 17:05 wil-low

Thanks for spotting this one. I've made a slightly different change and will commit that instead of your pull request. Your change comes after a possible run command. And I think the run command should not be executed when there was an error. See: https://www.sbprojects.net/sbasm/directives.php?directive=ru

sbprojects avatar May 15 '23 21:05 sbprojects

Great, thank you!

wil-low avatar May 16 '23 03:05 wil-low