From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <133924aadc2dc6260438461c902c7d25@quanstro.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] Hello Assembly From: erik quanstrom Date: Sat, 9 Feb 2008 05:15:20 -0500 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4d86652c-ead3-11e9-9d60-3106f5b1d025 > I did think that was the case earlier, so I tried: > > TEXT _main+0(SB), 1, $32 > > (And also with values ranging from $4 to $32 in increments of $4 just > for the heck of it). But it doesn't seem to make any difference in the > suicide, apart from the changed value of pc. > > The error is most likely because of the line (that's the only 7 around > there): > MOVL $7, 8(SP) > > But it doesn't complain about: > MOVL $1, (SP) > > so I wonder... you seek: SUBL $value, SP - erik