index
:
ovm
asm-rewrite-cpp
master
ARCHIVED - A stack based virtual machine to act as a target for other programming languages
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2024-04-07
Changed limit for examples/factorial.asm
Aryadev Chavali
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
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
2023-11-03
Use label features and entry points for examples
Aryadev Chavali
2023-11-03
Made test.asm an example asm program
Aryadev Chavali
2023-11-02
Updated instruction-test example for removal of jump.register
Aryadev Chavali
2023-11-01
Added MALLOC_STACK and SUB to instruction-test example
Aryadev Chavali
2023-11-01
Updated instruction-test example file for new memory management instructions
Aryadev Chavali
2023-11-01
Deleted fib.c as fib.asm replaces it
Aryadev Chavali
2023-11-01
Implemented a factorial program in the assembly
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
2023-11-01
Made an example translation of fib.c to the custom assembly (fib.asm)
Aryadev Chavali
2023-10-31
Moved inst module to lib
Aryadev Chavali
2023-10-31
Changed asm/parser instruction push-reg->push.reg
Aryadev Chavali
2023-10-29
Added some examples to instruction-test for positive/negative literals
Aryadev Chavali
2023-10-29
Introduced an example source file for all instructions
Aryadev Chavali
2023-10-29
Auto-fill copyright notice in examples/fib.c
Aryadev Chavali
2023-10-23
Make root directory an include path, set #include's properly
Aryadev Chavali
2023-10-23
Reintroduced example fib.c via examples/ folder
Aryadev Chavali