ack/plat/cpm/libsys/make_bios_call.sh
2019-11-23 11:31:03 +01:00

11 lines
99 B
Bash
Executable file

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