Skip to content

resynced with HS, declobbered CONST statement#4

Open
buchty wants to merge 3 commits intoArakula:masterfrom
buchty:master
Open

resynced with HS, declobbered CONST statement#4
buchty wants to merge 3 commits intoArakula:masterfrom
buchty:master

Conversation

@buchty
Copy link
Collaborator

@buchty buchty commented Jul 31, 2015

CONST before didn't reliably work with WORD data, e.g.

"word from-to" alone will interpret 16-bit data as memory addresses and insert labels, if found
"word from-to / const from-to" or "const from-to / word from-to" did not reliably solve this.

This patch redefines AREATYPE_CONST as a new type whereas the former AREATYPE_CONST is renamed AREATYPE_CODA (as it's used as a catch-all for code/data areas in the IS_DATA and IS_CODE statements, which where changed accordingly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant