[][src]Type Definition lc3_isa::Word

type Word = u16;

Word type/size for the LC-3.

Trait Implementations

impl Bits for Word[src]

impl From<Instruction> for Word[src]