#! /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