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
Age
Commit message (
Expand
)
Author
2023-11-03
Cleaned up How to build section of README
Aryadev Chavali
2023-11-03
Added Makefile recipe to interpret all examples
Aryadev Chavali
2023-11-03
Symbols may now include digits in lexer
Aryadev Chavali
2023-11-03
Removed tabs from VERBOSE logs in asm/main.c
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
Added note in TODO.org
Aryadev Chavali
2023-11-03
Completed start points TODO
Aryadev Chavali
2023-11-03
Fixed bug where labels were off by one
Aryadev Chavali
2023-11-03
Fixed bug where runtime would not start program at the right place
Aryadev Chavali
2023-11-03
Added memory-print.asm to examples list in Makefile
Aryadev Chavali
2023-11-03
Refactor assembler to use prog_t structure
Aryadev Chavali
2023-11-03
Refactor vm/main to use refactor to program structure
Aryadev Chavali
2023-11-03
Use program structure for runtime
Aryadev Chavali
2023-11-03
Defined a `program` structure
Aryadev Chavali
2023-11-03
Added a start address (equivalent to `main`) to assembler
Aryadev Chavali
2023-11-03
Added todo for making a standard library
Aryadev Chavali
2023-11-03
Added todo to make a "main routine" specification in assembler
Aryadev Chavali
2023-11-03
Mark off completed tasks in todo.org
Aryadev Chavali
2023-11-03
Started work on spec for data storage types in VM
Aryadev Chavali
2023-11-03
Added TODO and WIP tags for spec
Aryadev Chavali
2023-11-03
Made test.asm an example asm program
Aryadev Chavali
2023-11-02
Added comments to test.asm
Aryadev Chavali
2023-11-02
Update spec footnotes
Aryadev Chavali
2023-11-02
Updated LOC in README
Aryadev Chavali
2023-11-02
Started working on a spec, still needs a lot of work
Aryadev Chavali
2023-11-02
Added recipes to assemble or interpret individually
Aryadev Chavali
2023-11-02
Implemented a routine which prints out a buffer of characters and use it
Aryadev Chavali
2023-11-02
Better logs for assembler
Aryadev Chavali
2023-11-02
Implemented CALL(_STACK) and RET on the assembler
Aryadev Chavali
2023-11-02
Made lexer more error prone so parser is less
Aryadev Chavali
2023-11-02
Fixed bug where deleting a page meant not being able to allocate another
Aryadev Chavali
2023-11-02
Added memory leak dialog in vm_stop
Aryadev Chavali
2023-11-02
Implemented subroutine instructions in runtime
Aryadev Chavali
2023-11-02
Introduced instructions to engage with a call stack
Aryadev Chavali
2023-11-02
Made separate tokens for JUMP_ABS and JUMP_STACK
Aryadev Chavali
2023-11-02
Updated instruction-test example for removal of jump.register
Aryadev Chavali
2023-11-02
Removed instruction OP_JUMP_REGISTER
Aryadev Chavali
2023-11-02
Small fixes
Aryadev Chavali
2023-11-02
Created a preprocessing unit presult_t and a function to process them
Aryadev Chavali
2023-11-02
Started work on preprocessing jump addresses
Aryadev Chavali
2023-11-02
Added a TODO file for tasks
Aryadev Chavali
2023-11-01
A small program I am currently working on: reverses an allocated buffer of by...
Aryadev Chavali
2023-11-01
Added MALLOC_STACK and SUB to instruction-test example
Aryadev Chavali
2023-11-01
Implemented MALLOC_STACK and SUB in the assembler
Aryadev Chavali
2023-11-01
Implemented OP_MALLOC_STACK and OP_SUB in the runtime
Aryadev Chavali
2023-11-01
Added instructions for MALLOC_STACK and SUB
Aryadev Chavali
2023-11-01
Fixed issue where sometimes vm_print_registers wouldn't work for bytes
Aryadev Chavali
2023-11-01
Updated instruction-test example file for new memory management instructions
Aryadev Chavali
2023-11-01
Implemented stack versions of MGET and MSET in assembler
Aryadev Chavali
[prev]
[next]