File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ The vector table now resembles the results of all the code snippets in this book
174
174
- The first bit being set to 1 does not alter the address due to
175
175
alignment requirements. Instead, it causes the function to be executed
176
176
in _ thumb mode_ .
177
- - Afterwards, a pattern of addresses alternating between ` 0x7f ` and ` 0x00 ` is
177
+ - Afterwards, a pattern of addresses alternating between ` 0x83 ` and ` 0x00 ` is
178
178
visible.
179
- - Looking at the disassembly above, it is clear that ` 0x7f ` refers to the
180
- ` DefaultExceptionHandler ` (` 0x7e ` executed in thumb mode).
179
+ - Looking at the disassembly above, it is clear that ` 0x83 ` refers to the
180
+ ` DefaultExceptionHandler ` (` 0x84 ` executed in thumb mode).
181
181
- Cross referencing the pattern to the vector table that was set up earlier
182
182
in this chapter (see the definition of ` pub static EXCEPTIONS ` ) with [ the
183
183
vector table layout for the Cortex-M] , it is clear that the address of the
You can’t perform that action at this time.
0 commit comments