Fujitsu F2MC-8FX Computer Hardware User Manual


 
vii
Main changes in this edition
The vertical lines marked in the left side of the page show the changes.
Page Changes (For details, refer to main body.)
11 2.2.2 Program Area
Table 2.2-2 CALLV Jump Address Table
( " FFC8
H
" " FFC9
H
" )
53 Execution example : ADDCW A
( NZVC = "1010" NZVC = "0000" )
147 Execution example : MOVW A, PC
( A = "F0 63" A = "F0 62" )
( PC = "F0 63" PC = "F0 62" )
176 6.65 PUSHW (PUSH Word Data of Inherent Register to Stack Memory)
( " Transfer the word value from the memory indicated by SP to dr. Then, subtract 2 fromthe value of SP. "
" Subtract 2 from the value of SP. Then, transfer the word value from the memory indicated by SP to dr. " )
6.65 PUSHW (PUSH Word Data of Inherent Register to Stack Memory)
PUSHW (PUSH Word Data of Inherent Register to Stack Memory)
( "((SP)) <-- (dr) (Word transfer) " " (SP) (SP) - 2 (Word subtraction) " )
( " (SP) <-- (SP) - 2 (Word subtraction) " " ((SP)) (dr) (Word transfer) " )
226 A.2 Operation List
( "((iX)+off) <-- d8 " " ((IX)+off) d8 " )
232 Table A.2-4 Operation List (for Other Instructions)
( "(SP) (SP)-2, ((SP)) (A)
(A) ((SP)),
(SP ) (SP)+2
(SP) (SP)-2,
((SP)) (IX)
(IX) ((SP)),
(SP) (SP)+2
No operation
(C) 0
(C) 1
(I) 0
(I) 1 " ) is added.