summaryrefslogtreecommitdiff
path: root/Bugs
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-29 18:18:26 -0700
committerJulian Blake Kongslie2022-10-29 18:18:26 -0700
commit9f4aa97822adc791f700670ef0fc7636849563b7 (patch)
tree0b9d6c1bb1d7d596501df3b77ab3d7b9f191aa4f /Bugs
parentControl register values should not be "unsigned int" (diff)
downloadbiggolf-9f4aa97822adc791f700670ef0fc7636849563b7.tar.xz
Understanding interrupt handling within SIMH (see echo_int.pal)
Add list of Bugs Add event log file parser More changes associated with widening the ctlregs (FIXME add a typedef) Add some keyboard instructions
Diffstat (limited to '')
-rw-r--r--Bugs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugs b/Bugs
new file mode 100644
index 0000000..2681d88
--- /dev/null
+++ b/Bugs
@@ -0,0 +1,2 @@
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)