diff --git a/dynasm/Examples/test_z_inst.c b/dynasm/Examples/test_z_inst.c index 7b3c0f27..c17aebcd 100644 --- a/dynasm/Examples/test_z_inst.c +++ b/dynasm/Examples/test_z_inst.c @@ -108,7 +108,7 @@ static void jmp_fwd(dasm_State *state) { dasm_State **Dst = &state; - // compare r2 == r3; do { r2 += r2; } while(r2 != r3); + // while(r2!=r3){r2 += 2}; | j >1 |1: | cgr r2 , r3