ack/plat/cpm/libsys/make_bdos_call.sh

11 lines
93 B
Bash
Raw Normal View History

2019-06-10 21:57:43 +00:00
#!/bin/sh
cat <<EOF
#
#include "asm.h"
.define _$2
_$2:
mvi a, $1
jmp call_bdos
EOF