Skip to content

Support write mask registers #54

Description

@oddball

We should support having a write mask register. A register placed on address for example X, that will mask out individual bits on writes to addresses in range X+1 to X+Y.

Reason for this is that software does not wanna do a read of register A, then change bit A[0] and write the value back. Much faster to write just the bit that needs changing and mask all the other bits out.

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