summaryrefslogtreecommitdiff
path: root/test/03-Arithmetic
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-29 18:04:49 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-29 18:04:49 +1000
commit138bb8eeb4b67ab17a6d77e7afa9cd265759da0d (patch)
treebcafea69e68333a5b8b6a2e3263dd1a46b996648 /test/03-Arithmetic
parent1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 (diff)
misc. fixes, finished LDA test.
Diffstat (limited to 'test/03-Arithmetic')
-rw-r--r--test/03-Arithmetic2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/03-Arithmetic b/test/03-Arithmetic
new file mode 100644
index 0000000..72b40e1
--- /dev/null
+++ b/test/03-Arithmetic
@@ -0,0 +1,2 @@
+# 03-Arithmetic
+#Tests ADC, SBC, and all increment operations for value and flag correctness.