summaryrefslogtreecommitdiff
path: root/build/x11
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2025-03-26 18:25:34 +0200
committerdweller <dweller@cabin.digital>2025-03-26 18:25:34 +0200
commit42e9b31e0d7324106a65ad9ff42ea2377a80fa51 (patch)
treeceee87f9e0067b6d5c71f5e728fe0b3fd0fd8b72 /build/x11
parent76d89eb9973671726dc7fffaf22b06a7a77be550 (diff)
fix disasm not showing instruction hex; implement a few instructions exec; add report logger
Diffstat (limited to 'build/x11')
-rwxr-xr-xbuild/x112
1 files changed, 1 insertions, 1 deletions
diff --git a/build/x11 b/build/x11
index a383438..7489e93 100755
--- a/build/x11
+++ b/build/x11
@@ -10,5 +10,5 @@ bench()
fi
}
->&2 bench cc -std=c89 -Wall -Wextra sources/main.c -static -o artifacts/xip-8
+>&2 bench cc -std=c89 -Wall -Wextra -Wno-comment sources/main.c -static -o artifacts/xip-8
>&2 echo "------------------------------------------------\n"