From fdb61389099cee41b86c25c3d1ddb660b509e5fa Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 19 Nov 2022 16:29:27 -0800 Subject: Pipelined microarchitecture, which even almost works! Includes such horrors as the "unstore" operation for undoing autoincremented addresses on instructions subsequently found to be bogus. --- evts/quickfoobar.evt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 evts/quickfoobar.evt (limited to 'evts/quickfoobar.evt') diff --git a/evts/quickfoobar.evt b/evts/quickfoobar.evt new file mode 100644 index 0000000..a89f0d5 --- /dev/null +++ b/evts/quickfoobar.evt @@ -0,0 +1,12 @@ ++10 +$foo +TT_BITS=0x0A01/0xFF01 # kbd in '\n' ++100 +HALTED=1 ++1000 +HALTED=0 ++10 +$bar +TT_BITS=0x0A01/0xFF01 # kbd in '\n' ++100 +HALTED=1 -- cgit v1.2.3