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
84 stars 26 forks source link

$ for Hex and % for Binary missing from documentation #47

Closed cardboardguru76 closed 1 year ago

cardboardguru76 commented 3 years ago

These are mentioned in the change log. However they are missing from the main body of the documentation. Added '$' as a valid hex literal prefix. Added '%' as a binary literal prefix.

Probably worth going through all of the changelog and checking for new features to see if they are documented.

ZornsLemma commented 3 years ago

Thanks, I've added this to README.md on the proposed-updates branch. I've had a quick look over the changelog and I can't see anything else missing; if you spot anything else please let me know!

mungre commented 1 year ago

Fixed in v1.10.