Trait burst::Operation [] [src]

pub trait Operation {
    fn mnemonic(&self) -> &str;
}

An instruction operation.

This is description of the actual CPU operation that the instruction carries out.

Required Methods

The mnemonic for this instruction.

Implementors