#!/bin/bash

#	------------------------------------------------------------------
#	NOTE: This will run a pre  assemble in the languageONE 
#	directory
#	------------------------------------------------------------------
_NASM/nasm -f elf64 -e $1.ASM > $1.PRE

