[][src]Trait spaik::chasm::ASMOp

pub trait ASMOp {
    fn read(op: u16, args: &[ASMPV]) -> Result<Self, Error>
    where
        Self: Sized
;
fn name(&self) -> &'static str;
fn args(&self) -> Vec<ASMPV>; }

Required methods

fn read(op: u16, args: &[ASMPV]) -> Result<Self, Error> where
    Self: Sized
[src]

fn name(&self) -> &'static str[src]

fn args(&self) -> Vec<ASMPV>[src]

Loading content...

Implementors

impl ASMOp for Op[src]

Loading content...