Crate cfd16_lib_impl

Crate cfd16_lib_impl 

Source
Expand description

Holds the trait Codeable for cfd16-lib, allowing the definition of a proc-macro.

Structs§

ParseModeError
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.