Add third offset parseOperatorResult

This commit is contained in:
DataHoarder 2021-08-03 22:14:19 +02:00
parent d03db39486
commit ec5421ff3c

View file

@ -74,6 +74,7 @@ namespace Instruction {
std::string name;
uint8_t offset1;
uint8_t offset2;
uint8_t offset3;
};
static parseOperatorResult parseOperator(const std::string &op);