[][src]Macro lc3_isa::word

macro_rules! word {
    () => { ... };
    ($(.)? FILL #$word:expr $(=> $($extra:tt)*)?) => { ... };
    ($(.)? BLKW #$word:expr $(=> $($extra:tt)*)?) => { ... };
    (GETC $(=> $($extra:tt)*)?) => { ... };
    (OUT $(=> $($extra:tt)*)?) => { ... };
    (PUTS $(=> $($extra:tt)*)?) => { ... };
    (IN $(=> $($extra:tt)*)?) => { ... };
    (HALT $(=> $($extra:tt)*)?) => { ... };
    (NOP $(=> $($extra:tt)*)?) => { ... };
    ($($other:tt)*) => { ... };
}