farazsth98/firefaith

instructions.rs Opcodes not sorted alphabetically.

Closed this issue · 2 comments

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,
}

They are ordered based on the order I added them, please dont judge

Contents of your name are in an arbitrary order. Please consider reordering to eeejkz