Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
153: Update exceptions.md r=korken89 a=flip111 > You'll see that a load operation (ldr r0, [r0] ) caused the exception and that the value of the register r0 was 0x3fff_fffe at that time. You can not see the value of the register from the disassembly. Therefor: > This value matches the r0 field of ExceptionFrame. `This` points to nothing. Nothing "matches". With the information given in the book the value can _only_ be seen in the ExceptionFrame. Co-authored-by: flip111 <flip101@gmail.com>
- Loading branch information