@ -115,7 +115,7 @@ const std::map<std::string, Instruction> eth::c_instructions =
};
const std::map<Instruction, InstructionInfo> eth::c_instructionInfo =
{
{ // Add, Args, Ret
{ Instruction::STOP, { "STOP", 0, 0, 0 } },
{ Instruction::ADD, { "ADD", 0, 2, 1 } },
{ Instruction::SUB, { "SUB", 0, 2, 1 } },