stardot / beebasm

A portable 6502 assembler with BBC Micro style syntax
http://www.retrosoftware.co.uk/wiki/index.php/BeebAsm
GNU General Public License v3.0
83 stars 26 forks source link

Allow setting lock bit on files when saving to disc image #70

Open ZornsLemma opened 1 year ago

ZornsLemma commented 1 year ago

lovebug asked if this was possible over on stardot and ultimately created a custom tool to set the lock bits on the catalogue in the disc image. It would be nice if beebasm could support this directly.

Two obvious approaches would be a new "*ACCESS" command or to add the ability to pass an "L" argument to the "SAVE" command.