forked from KolibriOS/kolibrios
9 lines
173 B
NASM
9 lines
173 B
NASM
; Wrapper for DGEN
|
|
; Wraps command line arguments in quotes and launches dgen.
|
|
|
|
format binary as ""
|
|
|
|
TARGET equ '/kolibrios/emul/dgen/dgen'
|
|
|
|
include '../../quotkinizer.inc'
|