pub fn match_opcode(op: &str) -> Result<u8, AssemblerError>
Match an operation to the correct opcode.