diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-29 18:04:49 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-29 18:04:49 +1000 |
commit | 138bb8eeb4b67ab17a6d77e7afa9cd265759da0d (patch) | |
tree | bcafea69e68333a5b8b6a2e3263dd1a46b996648 /test/03-Arithmetic | |
parent | 1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 (diff) |
misc. fixes, finished LDA test.
Diffstat (limited to 'test/03-Arithmetic')
-rw-r--r-- | test/03-Arithmetic | 2 |
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. |