gp48k / zmac

Z-80 macro cross-assembler.
http://48k.ca/zmac.html
14 stars 7 forks source link

I added the commandline flags --dotlocals and --filelocals #4

Closed ABlobOfGarbage closed 1 year ago

ABlobOfGarbage commented 2 years ago

I added --dotlocals and --filelocals --dotlocals makes it so that a label that starts with a '.' will be local between labels. --filelocals makes it so that a label that starts with a '_' will be local for the file it is in. These features were already in the code but you had to do it with --zmac, i made it so that you can enable them seperately.

gp48k commented 1 year ago

Thanks; I agree this is a nice feature to have. Sorry about taking so long to notice the pull request.