apio
0ea9974512
All checks were successful
continuous-integration/drone/push Build is passing
Putting it all together, we have a user process that successfully calls sys_exit() w/o crashing.
5 lines
48 B
NASM
5 lines
48 B
NASM
section .text
|
|
global _start
|
|
_start:
|
|
int 42h
|