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:
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?
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:
Result:
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?