StupidOS/bin/cmd/cmd.asm

8 lines
96 B
NASM

format ELF
entry start
include 'builtins.inc'
start:
int 0x2A