diff --git a/README.md b/README.md index c2a1e05..cc20fbe 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ make distclean # Wipes the above, but also removes toolchain | `mip` | Machine Interrupt Pending | Machine | Indicates pending interrupts. | | `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. | +### TODO +- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")` + ### Libc Implementations [uClibc](https://uclibc.org/)