Skip to content

Commit

Permalink
Added adc to substitution list
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 30, 2023
1 parent 8985edb commit 59177e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libjas/instruction.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jasInstruction_t jasToInstructionEnum(char *instruction) {
SUBSTITUTE_INSTRUCTION_IF_EQUATES(instruction, "aad", AAD);
SUBSTITUTE_INSTRUCTION_IF_EQUATES(instruction, "aam", AAM);
SUBSTITUTE_INSTRUCTION_IF_EQUATES(instruction, "aas", AAS);
SUBSTITUTE_INSTRUCTION_IF_EQUATES(instruction, "adc", ADC);

return -1;
}

0 comments on commit 59177e3

Please sign in to comment.