/
BMOV
BMOV
BMOV, BMOVP
BMOV instruction copies a group of words from the source to the Destination (assigned device address).
| |
S | Source |
D | Destination |
n | number of Words to copy |
Instruction | Device address | No. of Steps | Flag | |||||||||||||||
M | X | Y | K | L | F | T | C | S | Z | D | @D | Int. |
| Error | Zero | Carry | ||
BMOV(P) | S | o | o | o | o | o | o | o | o | - | o | o | o | - | 4 | o | - | - |
D | o | - | o | o | o | - | o | o | - | o | o | o | - | |||||
n | o | o | o | o | o | o | o | o | - | o | o | o | o |
BMOV(P) copies (n) number of words from the source(S) and writes the words into the Destination(D)
Example)
If X01 is ON, copy 4 words (M00 to M30) and save them to the M100, M110, M120, and M130.
, multiple selections available,
Related content
WBMOV
WBMOV
More like this
BITMOV
BITMOV
More like this
BMUL (BCD)
BMUL (BCD)
More like this
MUL (BINARY)
MUL (BINARY)
More like this
FPOP
FPOP
More like this
MOV
MOV
More like this