MOVE signed 8-bit data Quick
NAME
MOVEQ -- Move signed 8-bit data quick
SYNOPSIS
MOVEQ #<data:8>,Dn
Size = (Long)
FUNCTION
Move signed 8-bit data to the specified data register.
The specified data is sign extended to 32-bits before
it is moved to the register.
FORMAT
-----------------------------------------------------------------
|15 |14 |13 |12 |11 |10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|---|---|---|---|-----------|---|-------------------------------|
| 0 | 1 | 1 | 1 | REGISTER | 0 | IMMEDIATE DATA |
-----------------------------------------------------------------
"REGISTER" is one of the 8 datas registers.
RESULT
X - Not affected.
N - Set if the result is negative. Cleared otherwise.
Z - Set if the result is zero. Cleared otherwise.
V - Always cleared.
C - Always cleared.
SEE ALSO
MOVE MOVEA LEA
HTML Conversion by AG2HTML.pl V2.941126c, perl $RCSfile: moveq.HTML,v $$Revision: 1.1 $$Date: 1999/09/14 21:14:10 $
Patch level: 36
& witbrock@cs.cmu.edu