diff options
| author | Julian Blake Kongslie | 2022-11-19 16:29:27 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-11-19 16:29:27 -0800 |
| commit | fdb61389099cee41b86c25c3d1ddb660b509e5fa (patch) | |
| tree | 00ebbec2b5a3398ea71442d5cd124a64bd61d80a /evts/quickfoobar.evt | |
| parent | Multi-word fetch bundles and icache with realistic dram latency (diff) | |
| download | biggolf-fdb61389099cee41b86c25c3d1ddb660b509e5fa.tar.xz | |
Pipelined microarchitecture, which even almost works!
Includes such horrors as the "unstore" operation for undoing
autoincremented addresses on instructions subsequently found to be
bogus.
Diffstat (limited to '')
| -rw-r--r-- | evts/quickfoobar.evt | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
| 1 | +10 | ||
| 2 | $foo | ||
| 3 | TT_BITS=0x0A01/0xFF01 # kbd in '\n' | ||
| 4 | +100 | ||
| 5 | HALTED=1 | ||
| 6 | +1000 | ||
| 7 | HALTED=0 | ||
| 8 | +10 | ||
| 9 | $bar | ||
| 10 | TT_BITS=0x0A01/0xFF01 # kbd in '\n' | ||
| 11 | +100 | ||
| 12 | HALTED=1 | ||
