#include "machine.h"

int main() { 
    pushp(FP);
    FP = SP;
    SP -= 1;
    *((WPtr)(((WPtr)(FP)+-1))) = (Word)(1);
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T12;
    pushw((Word)(0));
    put_int();
_T12:
_T11:
    if ( *((WPtr)(((WPtr)(FP)+-1))) ) goto _T14;
    pushw((Word)(1));
    put_int();
    goto _T13;
_T14:
    pushw((Word)(2));
    put_int();
_T15:
_T13:
    if ( *((WPtr)(((WPtr)(FP)+-1))) ) goto _T17;
    pushw((Word)(3));
    put_int();
    goto _T16;
_T17:
    if ( *((WPtr)(((WPtr)(FP)+-1))) ) goto _T18;
    pushw((Word)(4));
    put_int();
    goto _T16;
_T18:
    if ( *((WPtr)(((WPtr)(FP)+-1))) ) goto _T19;
    pushw((Word)(5));
    put_int();
    goto _T16;
_T19:
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T20;
    pushw((Word)(6));
    put_int();
_T20:
_T16:
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T22;
    pushw((Word)(7));
    put_int();
    goto _T21;
_T22:
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T23;
    pushw((Word)(8));
    put_int();
    goto _T21;
_T23:
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T24;
    pushw((Word)(9));
    put_int();
    goto _T21;
_T24:
    if ( !*((WPtr)(((WPtr)(FP)+-1))) ) goto _T25;
    pushw((Word)(10));
    put_int();
    goto _T21;
_T25:
    pushw((Word)(11));
    put_int();
_T26:
_T21:
_T10:
    SP += 1;
    popp(FP);
    return 0;
} 

