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

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