Add missing file.
This commit is contained in:
parent
d0967e683b
commit
ec2ea1feff
10
plat/cpm/libsys/make_bdos_call.sh
Executable file
10
plat/cpm/libsys/make_bdos_call.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cat <<EOF
|
||||||
|
#
|
||||||
|
#include "asm.h"
|
||||||
|
.define _$2
|
||||||
|
_$2:
|
||||||
|
mvi a, $1
|
||||||
|
jmp call_bdos
|
||||||
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue