• o – operátor
(+, –, *, …)
• a –
operand 1 (Ea =
adresa a)
• b –
operand 2 (Eb =
adresa b)
• r –
výsledek (Er =
adresa r)
(:=
, a, , c ) … c :=
a
(+ , a, b, c ) … c :=
a + b
(not ,
a, , b ) … b := not(a)
(goto,
, , L1) … goto L1
(goto,
a, , L1) … if a = true then
goto L1
(lab , L1, , ) … label L1: