Main changes in this edition
Page |
| Changes (For details, refer to main body.) |
|
| |
11 | 2.2.2 Program Area | |
| Table | |
| ( " FFC8H " → " FFC9H " ) | |
|
| |
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)) | |
| ( " (SP) | |
|
| |
226 | A.2 Operation List | |
| ( "((iX)+off) | |
|
| |
232 | Table | |
| ( "(SP) ← | |
| (A) ← ((SP)), | |
| (SP ) ← (SP)+2 | |
| (SP) ← | |
| ((SP)) ← (IX) | |
| (IX) ← ((SP)), | |
| (SP) ← (SP)+2 | |
| No operation | |
| (C) | ← 0 |
| (C) | ← 1 |
| (I) | ← 0 |
| (I) | ← 1 " ) is added. |
|
|
|
The vertical lines marked in the left side of the page show the changes.
vii