Add optional feature to use brackets instead of parens for 6502 indirect addressing.

This commit is contained in:
John Brandwood
2016-02-25 12:40:31 -08:00
parent f7cdfbf5cb
commit d23db09f7f
6 changed files with 55 additions and 20 deletions

View File

@@ -85,6 +85,7 @@ extern unsigned char CComments; /* Allow C like comments */
extern unsigned char ForceRange; /* Force values into expected range */
extern unsigned char UnderlineInNumbers; /* Allow underlines in numbers */
extern unsigned char AddrSize; /* Allow .ADDRSIZE function */
extern unsigned char BracketAsIndirect; /* Use '[]' not '()' for indirection */