home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
066.lha
/
MidiDev
/
Libsrc
/
finddst.asm
< prev
next >
Wrap
Assembly Source File
|
1986-11-20
|
173b
|
12 lines
public _MidiBase,_LVOFindMDest
; struct MDest *FindMDest (name)
; char *name;
public _FindMDest
_FindMDest
move.l 4(sp),a0
move.l _MidiBase,a6
jmp _LVOFindMDest(a6)