Add STDIN interrupt and error handling for all interrupts

This commit is contained in:
2020-05-17 13:28:59 +02:00
parent f8eaabfc55
commit 06de5290da
5 changed files with 32 additions and 2 deletions

View File

@@ -90,7 +90,10 @@ int $3;
# Jump over the interrupt
call noop_function;
int $3;
# Echo a character
int $4;
int $0;
exit;
noop_function: