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 --- evts/foobar.evt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 evts/foobar.evt (limited to 'evts/foobar.evt') diff --git a/evts/foobar.evt b/evts/foobar.evt new file mode 100644 index 0000000..556692a --- /dev/null +++ b/evts/foobar.evt @@ -0,0 +1,22 @@ ++100 +TT_BITS=0x6601/0xFF01 ++100 +TT_BITS=0x6F01/0xFF01 ++100 +TT_BITS=0x6F01/0xFF01 ++100 +TT_BITS=0x0A01/0xFF01 ++1000 +HALTED=1 ++10000 +HALTED=0 ++100 +TT_BITS=0x6201/0xFF01 ++100 +TT_BITS=0x6101/0xFF01 ++100 +TT_BITS=0x7201/0xFF01 ++100 +TT_BITS=0x0A01/0xFF01 ++1000 +HALTED=1 -- cgit v1.2.3