Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!sri-spam!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.atari.st Subject: Re: Megamax inline assembly woes Message-ID: <8705111743.AA14875@cory.Berkeley.EDU> Date: Mon, 11-May-87 13:43:41 EDT Article-I.D.: cory.8705111743.AA14875 Posted: Mon May 11 13:43:41 1987 Date-Received: Thu, 14-May-87 01:05:50 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 16 :> :>movem.l d0-d7/a0-a6,-(sp) :>movem.l (sp)+,d0-d7/a0-a6 :> :>-Matt Kimmel : :Register names have to be in upper case. Also, SP is not defined -- :use A6. Don't you mean A7?? The above to items are a deficiency in the megamax assembler then. using SP to mean the stack pointer is standard, and motorola's assembler spec for the 68000 series says nothing about register names having to be in upper case. Somebody should get on Megamax's back to fix this. -Matt