Closed qwertymodo closed 3 years ago
It would be nice to have the option to output symbol files during assembly. The WLA-DX format is probably the most widely used.
This can already be done with bass main.s -sym main.sym which outputs whatever format it is that no$sns supports. If they're incompatible support can be added for more formats.
bass main.s -sym main.sym
It would be nice to have the option to output symbol files during assembly. The WLA-DX format is probably the most widely used.