mov( ebx, eax ); add( 4, eax ); if( eax > ebx ) then stdout.put("eax > ebx", nl); endif;
let ebx = eax; let eax = eax + 4;