pub trait Disassemble {
// Required method
fn dasm(&self);
}Expand description
A trait for printing out the disassembly of an instruction, a subroutine, or anything else
pub trait Disassemble {
// Required method
fn dasm(&self);
}A trait for printing out the disassembly of an instruction, a subroutine, or anything else