Add .mima-symbols files for existing examples
This commit is contained in:
parent
745c201d00
commit
84e4ceb686
6 changed files with 51 additions and 0 deletions
15
examples/bench.mima-symbols
Normal file
15
examples/bench.mima-symbols
Normal 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
|
||||
2
examples/call_ret.mima-symbols
Normal file
2
examples/call_ret.mima-symbols
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
00000: main
|
||||
00005: sub
|
||||
4
examples/call_ret_stack.mima-symbols
Normal file
4
examples/call_ret_stack.mima-symbols
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
00000: counter
|
||||
00064: main
|
||||
000c8: sub-1
|
||||
0012c: sub-2
|
||||
15
examples/fib.mima-symbols
Normal file
15
examples/fib.mima-symbols
Normal 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
|
||||
5
examples/jmp_to_address_in_acc.mima-symbols
Normal file
5
examples/jmp_to_address_in_acc.mima-symbols
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
00000: jump-instruction
|
||||
00001: tmp
|
||||
00064: technique-1
|
||||
000c8: technique-2
|
||||
0012c: end
|
||||
10
examples/stack.mima-symbols
Normal file
10
examples/stack.mima-symbols
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue