diff options
author | dweller <dweller@cabin.digital> | 2025-03-26 18:25:34 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-03-26 18:25:34 +0200 |
commit | 42e9b31e0d7324106a65ad9ff42ea2377a80fa51 (patch) | |
tree | ceee87f9e0067b6d5c71f5e728fe0b3fd0fd8b72 /build/x11 | |
parent | 76d89eb9973671726dc7fffaf22b06a7a77be550 (diff) |
fix disasm not showing instruction hex; implement a few instructions exec; add report logger
Diffstat (limited to 'build/x11')
-rwxr-xr-x | build/x11 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |