remove .feature requirment for addrsize function, silently ignore '.feature addrsize'

This commit is contained in:
mvax
2023-05-06 14:24:53 -04:00
parent 027ec91944
commit 11cc5b6f06
5 changed files with 2 additions and 30 deletions

View File

@@ -85,5 +85,4 @@ unsigned char OrgPerSeg = 0; /* Make .org local to current seg */
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 */