All pastes #746806 Raw Edit

Unbenannt

public text v1 · immutable
#746806 ·published 2007-10-23 14:24 UTC
rendered paste body
| input %%d0 - data
|       %%a0 == 32767
|       %%a1 == 65534

    add.l   %%a0, %%d0
    cmp.l   %%a1, %%d0
    bls.s   2f
    bpl.s   1f
    clr.l   %%d0
    .word   0x51fa  | trapf.w, shadow next insn
1:
    move.l  %%a1, %%d0
2:
    sub.l   %%a0, %%d0