Segment OVERLAY renamed to REPLACE. Bugfix for read-only segments. Formatting.

This commit is contained in:
Laubzega
2018-09-04 00:34:28 -07:00
parent 1b0e2cf783
commit cd9efd53fe
4 changed files with 15 additions and 17 deletions

View File

@@ -105,7 +105,7 @@ typedef enum {
CFGTOK_RW,
CFGTOK_BSS,
CFGTOK_ZP,
CFGTOK_OVERLAY,
CFGTOK_REPLACE,
CFGTOK_O65,
CFGTOK_BIN,