[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pascal to MCL, e.g., speech manager
- Subject: Pascal to MCL, e.g., speech manager
- From: Ranson <ranson@LANNION.cnet.fr>
- Date: Wed, 2 Jun 1993 03:06:00 +0000
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.