You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example, if there are several ".forward"/"backward" inside goto, then for "other" objects, that should be encapsulated in additional ".if" objects with "flag-check", this will be respresented as:
if.
eq.
flag1
x
seq
if.
eq.
k
seq
flag2.write 0
z
TRUE
if.
eq.
flag2
1
seq
TRUE
TRUE
but not like that:
if.
eq.
flag1
x
seq
if.
eq.
k
seq
flag2.write 0
z
TRUE
TRUE
So, need to consider cases with branching and ".if" object.
No description provided.
The text was updated successfully, but these errors were encountered: