Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-29 | Use a limit on $I rather than on $B for examples/fib.asm | Aryadev Chavali | |
2023-11-29 | Easier to read documentation in examples | Aryadev Chavali | |
2023-11-09 | Use constants in examples where possible | Aryadev Chavali | |
Stuff like numeric limits can be codified in constants which act self documenting. | |||
2023-11-04 | Fixed up example comments and some assembly | Aryadev Chavali | |
2023-11-03 | Used more subroutines in fib.asm to make code clearer | Aryadev Chavali | |
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 | Use label features and entry points for examples | Aryadev Chavali | |
2023-11-01 | Removed the index printing in fib.asm | Aryadev Chavali | |
2023-11-01 | examples/fib.asm now terminates on a very large bound | Aryadev Chavali | |
This is using the comparators and a jump-if | |||
2023-11-01 | Made an example translation of fib.c to the custom assembly (fib.asm) | Aryadev Chavali | |