Commit 6a3c92

2026-05-21 09:49:08 Bob Green: -/-
programming/machine library.md ..
@@ 71,7 71,7 @@
`get_isr_handler` returns the address of the handler currently configured to handle the exception specified by `vector_number`.
- `set_isr_handler()` sets a handler for the exception specified by `vector_number`. It returns the address of the handler that it replaced.
+ `set_isr_handler()` sets a handler for the exception specified by `vector_number`. It returns the address of the handler that it replaced, or _0xffffffff_ if the `vector_number` is out of range.
## `$I^2c$` Bus
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9