Files
Michael Madsen 2731bcf87e Create test scripts for CFG analysis
Add source code for all custom CFG test scripts

svn-id: r50252
2010-06-24 23:37:00 +00:00

16 lines
188 B
Plaintext

while:
pushWord 42
pushWordVar 123
eq
jumpTrue postWhile
pushWord 18
pushWordVar 321
eq
jumpTrue postContinue
jump while
postContinue:
wordVarInc 123
jump while
postWhile:
stopObjectCodeA