-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Any ORG directive not 16 bits wide spits out an error message, and removes the ORG. (Will get into that bug in next bug report).
Repro:
.ORG 0x50
Result:
WARNING: ORG argument must be 16-bits wide! Skipping
Expected result:
?
Is failing .ORGs not 16 bits wide expected? Should it be?
If not, needs to be fixed.
If so, the error message should be changed to red or yellow, as it could be overlooked easily and cause confusion. Should the compiler fail the file?