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

5
1-3/nasm-compile.sh Executable file
View 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