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

Suppress unsaved warning if no memory used. Fixes #78. #79

Closed mungre closed 1 year ago

mungre commented 1 year ago

Also update beebasm -h version to v1.10rc2

ZornsLemma commented 1 year ago

Thanks for implementing this, it's a nice feature - much nicer than the tricks I've played in the past with INCBIN+SAVE in place of a PUTFILE just to avoid the warning. For what it's worth I've had a quick look at the code change and it looks good. It would be good if this can go into 1.10.

mungre commented 1 year ago

Thank you. The windows exe seems fine.