VMS Help MACRO, VAX MACRO Assembler, Instructions, MOVx *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Purpose: Move a scalar quantity Format: opcode src.rx,dst.wx Operation: dst = src C. Codes: N = {dst LSS 0}, Z = {dst EQL 0}, V = 0, C = C Exceptions: None (integer), reserved operand (floating point) Opcodes: 90 MOVB Move byte B0 MOVW Move word D0 MOVL Move long 7D MOVQ Move quad 7DFD MOVO Move octa 50 MOVF Move F_floating 70 MOVD Move D_floating 50FD MOVG Move G_floating 70FD MOVH Move H_floating Description: The destination operand is replaced by the source operand. The source operand is not affected.
|