summaryrefslogtreecommitdiff
path: root/programs/fib_mike.pal
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-29 18:18:26 -0700
committerJulian Blake Kongslie2022-10-29 18:18:26 -0700
commit9f4aa97822adc791f700670ef0fc7636849563b7 (patch)
tree0b9d6c1bb1d7d596501df3b77ab3d7b9f191aa4f /programs/fib_mike.pal
parentControl register values should not be "unsigned int" (diff)
downloadbiggolf-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 '')
-rw-r--r--programs/fib_mike.pal (renamed from programs/mike_fib.pal)2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/mike_fib.pal b/programs/fib_mike.pal
index 6f56109..a20a843 100644
--- a/programs/mike_fib.pal
+++ b/programs/fib_mike.pal
@@ -9,7 +9,7 @@ LOOP, CLA
9 TAD FIB0 9 TAD FIB0
10 JMS PUTN 10 JMS PUTN
11 CLA 11 CLA
12 TAD (054) 12 TAD (012)
13 JMS PUTC 13 JMS PUTC
14 CLA 14 CLA
15 TAD FIB0 15 TAD FIB0