|
|
|
@ -65,7 +65,7 @@ extern "C" { // disable C++ name mangling for asm function
|
|
|
|
* On keyboard interrupt, the register state is saved to and restored from the
|
|
|
|
* On keyboard interrupt, the register state is saved to and restored from the
|
|
|
|
* stack. This function wraps the handle_keyboard C-function.
|
|
|
|
* stack. This function wraps the handle_keyboard C-function.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \todo(12) Implement in assembly
|
|
|
|
* \todo Implement in assembly
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
[[gnu::interrupt]] void handle_keyboard_asm(InterruptContext *context);
|
|
|
|
[[gnu::interrupt]] void handle_keyboard_asm(InterruptContext *context);
|
|
|
|
|
|
|
|
|
|
|
|
|