Enum rsim::processor::exceptions::IllegalInstructionException [−][src]
pub enum IllegalInstructionException {
UnknownOpcode(u8),
UnsupportedParam(String),
UnimplementedInstruction(&'static str),
MiscDecodeException(String),
}Variants
UnknownOpcode(u8)UnsupportedParam(String)Indended use: UnsupportedParam(format!("Load funct3 {:03b}", funct3))
UnimplementedInstruction(&'static str)MiscDecodeException(String)Trait Implementations
impl Clone for IllegalInstructionException[src]
impl Clone for IllegalInstructionException[src]fn clone(&self) -> IllegalInstructionException[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Display for IllegalInstructionException[src]
impl Display for IllegalInstructionException[src]impl Error for IllegalInstructionException[src]
impl Error for IllegalInstructionException[src]impl PartialEq<IllegalInstructionException> for IllegalInstructionException[src]
impl PartialEq<IllegalInstructionException> for IllegalInstructionException[src]