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