11 lines
99 B
Bash
Executable file
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
|
|
|