5 lines
206 B
Bash
Executable file
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
|