Move (output instruction)
BTD instruction
Copies a run of bits from one place in a register to another.
BTD(number, a, sbit, dbit, len)Arguments
| Name | What it is | Accepts | Default |
|---|---|---|---|
| destination | What the instruction acts on | a register | required |
| a | Source | a number or a tag | 0 |
| sbit | Source bit | a whole number | 0 |
| dbit | Dest bit | a whole number | 0 |
| len | Length | a whole number | 1 |
Arguments are positional and this table is generated from the simulator's own instruction registry, so it always matches what the engine accepts.
