summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2024-06-19Document assert_or_err; Add docs logo; Restructure tests; Bump minor; Update ↵0.5.0Gabriel Bjørnager Jensen
lints; Add new errors: IllegalFlag, IllegalShifter, InvalidOpcode, UnknownMnemonic; Update readme; Update documentation; Improve diagnostics. Arm32: Encode more instructions for Thumb; Make InstructionCodec::encode_thumb return tuple; Add new instructions: Test, TestEquivalence, UnsignedSaturate, PreloadData, BranchLinkExchange, Swap, Load, Store; Rework Flag; Add Address type; Add as_register method to Shifter; Add skip_words, skip_halfwords, and skib_bytes methods to InstructionCodec; Add from_register method to Shifter; Add Thumb decoding to InstructionCodec; Add from_u8 method to Predicate; Add from_u8 method to Register; Implement FromStr for Instruction; Add new Sflag, Bflag, and Tflag flags; Add seek_to method to InstructionCodec.
2024-06-15Bump minor version; Add logo; Add more errors; Add macro assert_or_err; ↵0.4.0Gabriel Bjørnager Jensen
Document errors; Remove Arch. Arm32: Add encode_thumb method to InstructionCodec; Add is_low and is_high methods to Register; Implement FromStr for Register; Rename Sb, Sl, and Ip in Register to R9, R10, and R12; Display instruction synonyms; Document Flag. Arm64: Add module.
2024-06-13Bump minor; Update copyright years; Add new Arm32 instructions: ↵0.2.0Gabriel Bjørnager Jensen
SoftwareInterrupt, Move, BranchExchange, Breakpoint, MoveNegated, Add; Derive more; Add arm32::Flag, arm32::Unsigned, and arm32::Signed types; Add instruction encoder (currently only for Arm); Add arm32::ArmOpcode and arm32::ThumbOpcode types; Rename arm32::Address to arm32::Shifter; Add Error type; Rework instructions; Update readme; Rename arm32::Condition to arm32::Predicate; Update documentation;
2024-06-11Update project description; Add documentation;0.1.2Gabriel Bjørnager Jensen
2024-06-11Bump minor; Add arm32 module; Add arm32::Address type; Add arm32::Condition ↵0.1.0Gabriel Bjørnager Jensen
type; Add new ARM32 instructions: BranchLink; Add tests; Use alloc; Add Arch type;
2024-06-11Fork from Luma and eAS; Add gitignore; Add changelog; Add readme; License ↵0.0.0Gabriel Bjørnager Jensen
under AGPL; Add Instruction type; Add Register type;