Trait AssemblyEmit

Source
pub trait AssemblyEmit {
    // Required method
    fn dump(&mut self, addr: &Address, mnem: &str, body: &str);
}

Required Methods§

Source

fn dump(&mut self, addr: &Address, mnem: &str, body: &str)

Implementors§