index
:
rva.git
master
An assembler for a custom ISA using the esrap common-lisp library
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
4 days
Add the ROTV instruction
bd
5 days
Part one reformat SRDL and SRDS instruction signature
bd
5 days
Rename STOREV, LOADV to SRDS, SRDL
bd
5 days
Add initial vector tests
bd
2025-04-28
Scale down the rabbit reproduction
bd
2025-04-28
Add primes generator
bd
2025-04-28
Add harder matrix benchmarks
bd
2025-04-28
Increase size of exchange sort
bd
2025-04-27
Fixed adjacent adder with feedback from simulator
bd
2025-04-27
Add infinity, an infinite loop benchmark test
bd
2025-04-27
Add exchange sort test program
bd
2025-04-22
Fix rabbits with simulator feedback
bd
2025-04-21
Fix dominative-functions example with simulator feedback
bd
2025-04-21
update copyright
bd
2025-04-18
Fix matrix multiplication with simulator feedback
bd
2025-04-17
Add new push/pop test case, ensure generated files end in .rv
bd
2025-04-16
Merge pull request #9 from bdunahu/bdunahu
Siddarth Suresh
2025-04-16
remove tabs
bd
2025-04-16
Let displacement for JAL+JMP be the absolute file position of label
bd
2025-04-16
Rework tests to fit new JML/JAL parsing scheme
bd
2025-04-16
Merge remote-tracking branch 'origin/master' into bdunahu
bd
2025-04-16
Add licensing information
bd
2025-04-12
Merge pull request #8 from bdunahu/bdunahu
Siddarth Suresh
2025-04-11
Add RET and NOP j-type instructions
bd
2025-04-11
Remove unnecessary imm ast node
bd
2025-04-11
Add a few new test files
bd
2025-04-11
Automatically add a halt to the end of every program
bd
2025-04-11
Rename some grammar rules (for better error output
bd
2025-04-11
Simplify newline rules
bd
2025-04-11
Add comments to parsing
bd
2025-04-10
Switch to allowing variables to be used as immediate fields
bd
2025-04-10
Allow all integers to be negative
bd
2025-04-10
Fix swapped destination + source in immediate i-type instructions
bd
2025-04-10
Add write raw bytes stage
bd
2025-04-10
Merge pull request #2 from bdunahu/bdunahu
Siddarth Suresh
2025-04-10
Add untested (but works on the single input file) code emission
bd
2025-04-10
Fix the rest of the initial parsing bugs, add high-level tests
bd
2025-04-10
Messy data section
bd
2025-04-09
Properly maintain a hashmap of labels, lots of minor code cleanups
bd
2025-04-09
Successfully parse every instruction type
bd
2025-04-09
Saving first part of large rewrite
bd
2025-04-09
Remove trivia
bd
2025-04-08
Add parsing functionality for R-type expressions
bd
2025-04-08
Merge pull request #1 from bdunahu/bdunahu
Siddarth Suresh
2025-04-08
Simplify lexer-error handling, skeletion parsing functions for types
bd
2025-04-08
Add plus and minus symbols to lexer
bd
2025-04-07
Add label processing, mnemonic and label lookup maps
bd
2025-04-07
Update README
bd
2025-04-03
Fix minor bug
bd
2025-04-03
Allow lexing of immediates in different bases
bd
[next]