mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/instructions/mod.rs')
| -rw-r--r-- | lemu/src/instructions/mod.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lemu/src/instructions/mod.rs b/lemu/src/instructions/mod.rs index 36fc84d..70888a6 100644 --- a/lemu/src/instructions/mod.rs +++ b/lemu/src/instructions/mod.rs @@ -30,21 +30,6 @@ use super::{ memory::{LAddress, LVar}, }; -// pub const INSTRS: &[&str] = &[ -// "getlink", -// "read", -// "write", -// "set", -// "op", -// "end", -// "drawflush", -// "draw", -// "print", -// "packcolor", -// "jump", -// "stop", -// ]; - pub const OPS: &[&str] = &[ "equal", "notEqual", |