ack/plat/cpm/libsys/make_bios_call.sh

11 lines
99 B
Bash
Raw Normal View History

2019-11-23 10:31:03 +00:00
#!/bin/sh
cat <<EOF
#
#include "asm.h"
.define _$2
_$2:
mvi a, $1 - 3
jmp call_bios_a
EOF