- Jan 16, 2021
-
-
rahix authored
Instead of actually defining each unused handler as an individual "function" with an infinite loop, make them all reference the default handler. This shaves 192 bytes of unnecessary bloat off the .text section.
-
rahix authored
Currently, misbehaving l0dables which trigger some kind of CPU exception will busy-spin in the exception handler with no way to return to another app without a full reboot. Fix this by calling epic_exit() in case of an exception to hopefully allow a return to menu in most situations.
-
rahix authored
After main() returns, don't enter a busy loop but call epic_exit() to signal to epicardium that the l0dable has finished. The exit code will be the return value from main(). Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jan 10, 2021
- Jan 09, 2021
-
-
schneider authored
-
schneider authored
-
Michael Meinel authored
-
Michael Meinel authored
-
schneider authored
-
- Jan 04, 2021
-
-
schneider authored
- Dec 29, 2020
- Dec 26, 2020
-
-
schneider authored
It was never properly implemented and only leads to confusion.
- Dec 24, 2020
- Dec 23, 2020