Files
kolibrios/programs/emulator/dgen-sdl-1.33/dgen_open.asm
Matou d8d4759097
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 56s
Build system / Build (pull_request) Successful in 16m53s
added quotkinizer binary
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'