From 9f4aa97822adc791f700670ef0fc7636849563b7 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 29 Oct 2022 18:18:26 -0700 Subject: 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 --- Bugs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Bugs (limited to 'Bugs') diff --git a/Bugs b/Bugs new file mode 100644 index 0000000..2681d88 --- /dev/null +++ b/Bugs @@ -0,0 +1,2 @@ +TAD should do AC+[mem] and invert the link bit if the result carries +IF is used for same-page and zero-page memory accesses (including the first access of an indirect) -- cgit v1.2.3