Beispiel:
3*x + 1 push 3, push x, mal, push 1, plus
push c;
code(x); code(y); op;
holt beide Argumente vom Stack, schiebt Resultat auf Stack
Beispiel: Java-Bytecode (javac, javap)