Added function .ADDRSIZE to ca65

This commit is contained in:
JT
2015-04-19 23:21:56 -04:00
parent ae4f9336b3
commit c6f45a338c
8 changed files with 116 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ typedef enum {
FEAT_C_COMMENTS,
FEAT_FORCE_RANGE,
FEAT_UNDERLINE_IN_NUMBERS,
FEAT_ADDRSIZE,
/* Special value: Number of features available */
FEAT_COUNT