1-3: All arithmetics complete
This commit is contained in:
parent
b8f6e05689
commit
873159c5ee
12 changed files with 1066 additions and 7 deletions
5
1-3/nasm-compile.sh
Executable file
5
1-3/nasm-compile.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#! /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
|
||||
Loading…
Add table
Add a link
Reference in a new issue