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
Implementors
impl Operation for InstructionOperation