Subject: More m68k Asm
To: NetBSD/mac68k <port-mac68k@netbsd.org>
From: Andy Finnell <andyf@vei.net>
List: port-mac68k
Date: 06/19/1999 18:52:36
First off, so I don't have to keep sending asm questions to this group,
does anyone know where I can find the m68k Programmer's Manual from
Motorola?  I've searched their website for it, but I can't even find a
reference to it.  Its id is M68000PM/AD.  The only reason I know it
exists is that the user's manual keeps refering to it for the info I
need.  If anyone has it in electronic form of some kind, I would be very
appreciative if they sent it to me.

Secondly,  I have a specific m68k asm question.  What are the calling
conventions for 68k asm, assuming I want a C function?  I need to be
able to get the only parameter that was passed into me, and use it as an
address to a block of data on the stack.

Any help appreciated,

	-andy