8086-coded/1-3/nasm-compile.sh
2026-01-28 16:00:42 +01:00

5 lines
206 B
Bash
Executable file

#! /usr/bin/env bash
SCRIPT_LOC=$( dirname -- $( readlink -f -- "$0"; ))
nasm -f bin $SCRIPT_LOC/listing-41.asm -o $SCRIPT_LOC/listing-41
# nasm -f bin $SCRIPT_LOC/listing-42.asm -o $SCRIPT_LOC/listing-42