Aryadev Chavali
dc047fd69b
Fixed up example comments and some assembly
2023-11-04 06:40:14 +00:00
Aryadev Chavali
32ee84ef70
Used more subroutines in fib.asm to make code clearer
...
Looks way more high level but parses down to a very simple bytecode.
However, because of lack of inline code processing, it relies on the
call stack quite heavily. With inline labels this would be a much
more compact bytecode.
2023-11-03 21:49:40 +00:00
Aryadev Chavali
bc4c57b243
Use label features and entry points for examples
2023-11-03 21:27:18 +00:00
Aryadev Chavali
d521871b98
Removed the index printing in fib.asm
2023-11-01 18:12:27 +00:00
Aryadev Chavali
809cc1b26a
examples/fib.asm now terminates on a very large bound
...
This is using the comparators and a jump-if
2023-11-01 17:55:34 +00:00
Aryadev Chavali
0bab4ec014
Made an example translation of fib.c to the custom assembly (fib.asm)
2023-11-01 16:39:07 +00:00