summaryrefslogtreecommitdiff
path: root/Bugs
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-31 19:03:38 -0700
committerJulian Blake Kongslie2022-10-31 19:03:38 -0700
commit82c461307eba25265867f233a27060621ac6cba4 (patch)
treedc6d0bb8ce85b1861146abf13183140e45476c23 /Bugs
parentFix echo_optimal (was not resetting AC on all loop iterations) (diff)
downloadbiggolf-82c461307eba25265867f233a27060621ac6cba4.tar.xz
TAD is 12-bit addition with carry-complements-link, not 13-bit addition
Diffstat (limited to 'Bugs')
-rw-r--r--Bugs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugs b/Bugs
index 2681d88..a4a5ad9 100644
--- a/Bugs
+++ b/Bugs
@@ -1,2 +1 @@
1TAD should do AC+[mem] and invert the link bit if the result carries
2IF is used for same-page and zero-page memory accesses (including the first access of an indirect) IF is used for same-page and zero-page memory accesses (including the first access of an indirect)