ack/plat/cpm/libsys/make_bdos_call.sh
2019-06-10 23:57:43 +02:00

11 lines
93 B
Bash
Executable file

#!/bin/sh
cat <<EOF
#
#include "asm.h"
.define _$2
_$2:
mvi a, $1
jmp call_bdos
EOF