Add STDIN interrupt and error handling for all interrupts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user