[ENGN3213 Home]
The data operand is written directly into the instruction.
-
MOVE.L #$1A4E,D4 - the hex value $00001A4E is moved into data register D4.
- MOVE.W #$1A4E,D4 - the hex value $1A4E is moved into data register D4[15:0],
the lower-order word of D4 (the high order word of D4 is not affected).
ANU Engineering - ENGN3213