Skip to main content

Module nop

Module nop 

Source
Expand description

This module contains the encoders for the nop instruction group.

Structs§

NopLength
Represents length for NOP instruction. Internally this is u8 but with values in 0..=9 range.
NopLengthOutOfRange
Represents the length out of range error. This happens whenever the NOP instruction is outside of 0..=9 range.

Functions§

encode
No operation.
encode_with_len
No operation with a given length.