Skip to content

storei documentation in instruction set not correct #1

@obscuredc

Description

@obscuredc

Hello! I love your assembly interpreter. It's pretty cool! But I was looking through the docs and you said

storei r1 r2 r3 mem[r[1] + const] = reg[3]

which is wrong, because when i was using storei, it intakes

storei r1 const r3 mem[r[1] + const] = reg[3]

I believe this is just a small mistake. good work though^^

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