Home
Code Input
M1: if x2 = 0 then goto M5; M2: x2 = x2 - 1; M3: x1 = x1 + 1; M4: goto M1; M5: x0 = x1 + 0
Parameters Input
Parsed Elements
Parsed Program
M1: if x2 = 0 then goto M5 M2: x2 = x2 - 1 M3: x1 = x1 + 1 M4: goto M1 M5: x0 = x1 + 0
Parsed Parameters
[3,12]
Computation State
Ongoing Computation
M1: if x2 = 0 then goto M5
M2: x2 = x2 - 1
M3: x1 = x1 + 1 M4: goto M1 M5: x0 = x1 + 0
Variable
Associated Value
x1
8
x2
7