Skip to content

Unintuitive PROTECT length #68

Description

@Veslyquix

This errors:

PROTECT $E842 
ORG $e845 
BYTE 1 

while this does not:

PROTECT $E842 $E843
ORG $e845 
BYTE 1 

I believe PROTECT when used without an end address given assumes a length of 4 bytes. If it's easy to do, I think it should protect until the next 4-alignment instead.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions