1-3: All arithmetics complete
This commit is contained in:
parent
b8f6e05689
commit
873159c5ee
12 changed files with 1066 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
SCRIPT_LOC=$( dirname -- $( readlink -f -- "$0"; ))
|
||||
|
||||
gcc 1-2/decoder.c -O0 -g -gdwarf -o 1-2/8086coded
|
||||
gcc $SCRIPT_LOC/decoder.c -O0 -g -gdwarf -o $SCRIPT_LOC/8086coded
|
||||
|
|
|
|||
BIN
1-2/listing-40
BIN
1-2/listing-40
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
#! /usr/bin/env bash
|
||||
SCRIPT_LOC=$( dirname -- $( readlink -f -- "$0"; ))
|
||||
|
||||
nasm -f bin 1-2/listing-39.asm -o 1-2/listing-39
|
||||
nasm -f bin 1-2/listing-40.asm -o 1-2/listing-40
|
||||
nasm -f bin $SCRIPT_LOC/listing-39.asm -o $SCRIPT_LOC/listing-39
|
||||
nasm -f bin $SCRIPT_LOC/listing-40.asm -o $SCRIPT_LOC/listing-40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue