# Golden test output of SBEPrimBinaryTest/DivMemory
-- INPUT EXPRESSION:
((NumberDecimal(1) + NumberDecimal(1)) / (NumberDecimal(1) - NumberDecimal(1))) 

-- COMPILED EXPRESSION:
[0x0000-0x0031] stackSize: 1, maxStackSize: 3
0x0000: pushConstVal(value: NumberDecimal(1));
0x000a: pushConstVal(value: NumberDecimal(1));
0x0014: add(popLhs: 1, offsetLhs: 0, popRhs: 1, offsetRhs: 0);
0x0017: pushConstVal(value: NumberDecimal(1));
0x0021: pushConstVal(value: NumberDecimal(1));
0x002b: sub(popLhs: 1, offsetLhs: 0, popRhs: 1, offsetRhs: 0);
0x002e: div(popLhs: 1, offsetLhs: 0, popRhs: 1, offsetRhs: 0);


-- EXECUTE VARIATION:
EXCEPTION: Location4848401: can't $divide by zero

