Promote the custom label enties trick in the doc's tips section
An assembler for the legendary 6502 processor and it's derivatives
Brought to you by:
soci
I read the trick you posted in https://csdb.dk/forums/index.php?roomid=11&topicid=143701 for creating custom entries in the vice labelfiles and it works great (after some twiddling with the flags).
You should add that to the doc's Tips section.
BTW: it's possible to use just one commandline and create a working c64 prg by using --nostart in front of the --output-section --output-append and then --cbm-prg at the end.
I keep this in mind but it needs to wait a bit until there's a way to use a local encoding without interfering with current one. Sure it's not a problem when the whole project is using PETSCII as VICE accepts upper case commands too but it's very easy to break it with anything custom which does not encode letters/numbers to the usual positions (like screen code).