Skip to content

New keyword to suppress warnings of byte array being addressed as word array #372

Description

@fredrikr

Some arrays are declared as byte arrays, but contain a mix of byte values and word values. Maybe there are cases where it makes the most sense to declare an array as a word array but sometimes use it as a byte array, as well.

Could we add a keyword to say that a certain array is okay to address in either mode? E.g. something like:

Array parse dual_addressable -> 100;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions