index
:
bedrock-asm
main
Rust library for assembling Bedrock programs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Update version to 4.0.4
v4.0.4
Ben Bridle
2024-10-31
*
Add location() method to SourceSpan struct
Ben Bridle
2024-10-31
*
Fix reported source location in symbol redefinition errors
Ben Bridle
2024-10-31
*
Update version to 4.0.3
v4.0.3
Ben Bridle
2024-10-31
*
Ensure the root source unit is always merged last
Ben Bridle
2024-10-31
*
Update version to 4.0.2
v4.0.2
Ben Bridle
2024-10-30
*
Implement an intelligent source merging strategy
Ben Bridle
2024-10-30
*
Update version to 4.0.1
v4.0.1
Ben Bridle
2024-10-29
*
Write line and column information to symbols file
Ben Bridle
2024-10-29
*
Update version to 4.0.0
v4.0.0
Ben Bridle
2024-10-28
*
Update vagabond dependency to point to git URL
Ben Bridle
2024-10-28
*
Rewrite assembler
Ben Bridle
2024-10-28
*
Update version to 3.0.0
v3.0.0
Ben Bridle
2024-09-08
*
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
*
Add information to Cargo.toml
v1.0.0
Ben Bridle
2023-12-24
*
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
*
Shrink and strip compiled binary in release mode
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