Skip to content

Error message on .ORG not 16 bits wide #12

@DarrenStahl

Description

@DarrenStahl

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions