Add .mima-symbols files for existing examples

This commit is contained in:
Joscha 2019-11-25 14:25:05 +00:00
parent 745c201d00
commit 84e4ceb686
6 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,15 @@
00000: zero
00001: one
00002: tmp1
00003: max-number
00004: current-number
00005: ptr
00006: main
00009: main-loop
00018: main-loop-end
00019: fib
00029: fib-ret-0
0002c: fib-ret-1
0002f: fib-continue
00060: fib-cleanup
0012c: number-array

View file

@ -0,0 +1,2 @@
00000: main
00005: sub

View file

@ -0,0 +1,4 @@
00000: counter
00064: main
000c8: sub-1
0012c: sub-2

15
examples/fib.mima-symbols Normal file
View file

@ -0,0 +1,15 @@
00000: zero
00001: one
00002: tmp1
00003: max-number
00004: current-number
00005: ptr
00006: main
00009: main-loop
00018: main-loop-end
00019: fib
00029: fib-ret-0
0002c: fib-ret-1
0002f: fib-continue
00060: fib-cleanup
0012c: number-array

View file

@ -0,0 +1,5 @@
00000: jump-instruction
00001: tmp
00064: technique-1
000c8: technique-2
0012c: end

View file

@ -0,0 +1,10 @@
00000: tmp1
00001: tmp2
00002: tmp3
00003: tmp4
00004: tmp5
00064: main
000c8: caller
0012c: callee
0013c: callee-loop
00146: callee-loop-end