ack/plat/cpm/libsys/make_trap.sh
2019-06-11 20:02:03 +02:00

11 lines
80 B
Bash
Executable file

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