instructions.rs Opcodes not sorted alphabetically.
Closed this issue · 2 comments
jezeke commented
Contents of enum Opcode at instruction.rs:2 are in an arbitrary order. Please consider reordering to
pub enum Opcode {
ADD,
DIV,
HLT,
IGL,
JMP,
JMPB,
JMPF,
LOAD,
MOV,
MUL,
SUB,
}
farazsth98 commented
They are ordered based on the order I added them, please dont judge
liampwll commented
Contents of your name are in an arbitrary order. Please consider reordering to eeejkz