Function fmt

Source
pub fn fmt(
    name: impl Into<String>,
    operands: impl IntoIterator<Item = impl Into<Operand>>,
) -> Format
Expand description

An abbreviated constructor for an instruction “format.”

These model what the reference manual calls “instruction operand encodings,” usually defined in a table after an instruction’s opcodes.