index
:
bedrock-asm
main
Rust library for assembling Bedrock programs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Rewrite assembler
Ben Bridle
2024-10-28
*
Update instruction set to match final specification
Ben Bridle
2024-09-03
*
Add mnemonics for alternate debug instructions
Ben Bridle
2024-06-09
*
Change instruction names to match updated Bedrock specification
v2.0.0
Ben Bridle
2024-01-20
*
Report program size as a percentage
Ben Bridle
2024-01-09
*
Print better error message when unable to output bytecode
Ben Bridle
2023-12-24
*
Change op-codes for JMP and JCN instructions
Ben Bridle
2023-12-19
*
Report unused label definitions
Ben Bridle
2023-12-19
*
Report preceding label name on assembly error
Ben Bridle
2023-12-19
*
Implement null-terminated strings
Ben Bridle
2023-11-26
*
Tidy up code and comments
Ben Bridle
2023-11-26
*
Implement name-spaced macros
Ben Bridle
2023-11-26
*
Change operation mnemonics to reflect spec changes
Ben Bridle
2023-11-26
*
Improve reading and writing from stdin/stdout
Ben Bridle
2023-11-26
*
Exit with status 1 on assembly error
Ben Bridle
2023-11-26
*
Implement string literals
Ben Bridle
2023-11-26
*
Added detection of cyclic macro references, and made assembler binary usable
Ben Bridle
2023-05-08
*
About to refactor parser to be a struct with a method for each stage
Ben Bridle
2023-05-06