diff options
| author | Julian Blake Kongslie | 2022-10-29 18:18:26 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-29 18:18:26 -0700 |
| commit | 9f4aa97822adc791f700670ef0fc7636849563b7 (patch) | |
| tree | 0b9d6c1bb1d7d596501df3b77ab3d7b9f191aa4f /evts | |
| parent | Control register values should not be "unsigned int" (diff) | |
| download | biggolf-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 'evts')
| -rw-r--r-- | evts/foobar.evt | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | +100 | ||
| 2 | TT_BITS=0x6601/0xFF01 | ||
| 3 | +100 | ||
| 4 | TT_BITS=0x6F01/0xFF01 | ||
| 5 | +100 | ||
| 6 | TT_BITS=0x6F01/0xFF01 | ||
| 7 | +100 | ||
| 8 | TT_BITS=0x0A01/0xFF01 | ||
| 9 | +1000 | ||
| 10 | HALTED=1 | ||
| 11 | +10000 | ||
| 12 | HALTED=0 | ||
| 13 | +100 | ||
| 14 | TT_BITS=0x6201/0xFF01 | ||
| 15 | +100 | ||
| 16 | TT_BITS=0x6101/0xFF01 | ||
| 17 | +100 | ||
| 18 | TT_BITS=0x7201/0xFF01 | ||
| 19 | +100 | ||
| 20 | TT_BITS=0x0A01/0xFF01 | ||
| 21 | +1000 | ||
| 22 | HALTED=1 | ||
