Skip to content

16-bit addressing not supported at all #2

Description

@ForceBru

ModR/M byte processing is currently only for 32-bit addressing, and there's a whole table of possible values of the ModR/M byte for 16-bit addressing, which isn't supported at all.

Should probably implement that? Cuz stuff like lea ax, [bx] doesn't work since it's 16-bit addressing.

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions