       ...
       bra     .test
.body:
       ...
.test:
       cmp     d0, d1
       bnz     .body
.end
       ...
