Move (output instruction)
MVM instruction
Moves only the bits selected by a mask, leaving the rest of the destination untouched.
MVM(number, a, b)Arguments
| Name | What it is | Accepts | Default |
|---|---|---|---|
| destination | What the instruction acts on | a register | required |
| a | Source | a number or a tag | 0 |
| b | Mask | a number or a tag | -1 |
Arguments are positional and this table is generated from the simulator's own instruction registry, so it always matches what the engine accepts.
