[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pascal to MCL, e.g., speech manager



The hex number are 68000 instructions. A quick test with Macsbug give the
equivalent assembly:

    move.l #$0220000C, d0
    _SoundDispatch

Same thing for the other call, with constant #$0624000C.
By looking at similar trap defs in Sound.h (or looking at the manual), you
should be able to infer the correct definitions for these traps.
 Hope this helps,
     Daniel.