Expand description
Holds the trait Codeable for cfd16-lib, allowing the definition of a proc-macro.
Structs§
- Parse
Mode Error - Error that may occur when parsing a Mode.
Enums§
- Mode
- Processor’s current mode of execution.
Traits§
- Codable
- Trait which allows for the encoding and decoding of instructions and portions thereof. This trait can only be implemented if it is impossible for the encoding of the implementing type to fail.