8 lines
96 B
NASM
8 lines
96 B
NASM
format ELF
|
|
entry start
|
|
|
|
include 'builtins.inc'
|
|
|
|
start:
|
|
|
|
int 0x2A |