reverse assembler to C system


jump forwards -> 'if' statement

jump backwards -> for loop

move to memory location -> assignment statement

name local variables _v1, _v2, _v3 etc.

any code that can't be interpreted, include in the c source as _asm statements.

