Home

Code Input


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

VariableAssociated Value
x18
x27