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