1-3: All arithmetics complete

This commit is contained in:
Hane 2026-01-27 20:06:39 +01:00
commit 873159c5ee
12 changed files with 1066 additions and 7 deletions

View file

@ -1,3 +1,4 @@
#! /usr/bin/env bash
SCRIPT_LOC=$( dirname -- $( readlink -f -- "$0"; ))
gcc 1-1/decoder.c -O0 -g -gdwarf -o 1-1/8086coded
gcc $SCRIPT_LOC/decoder.c -O0 -g -gdwarf -o $SCRIPT_LOC/8086coded