Files
kolibrios/programs/emulator/dgen-sdl-1.33/dgen_open.asm
2026-03-03 20:17:25 +02:00

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'