From mint-bounce@lists.fishpool.fi Mon Apr 27 08:29:15 2009 Message-ID: <96E373A775EF4E5BB2C5CBAF54D2B5C8@joevenlt> From: "Jo Even Skarstein" To: References: In-Reply-To: Subject: Re: [MiNT] Program start up Date: Mon, 27 Apr 2009 13:23:24 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8064.206 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: joska@online.no Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: From: "Lonny Pursell" Sent: Monday, April 27, 2009 8:10 AM To: "[MiNT] Mailing-List" Subject: Re: [MiNT] Program start up >> a6 holds a copy of the stack >> a5 points to the data segment >> a4 points to the bss > > Pep, perhaps the values you noted were from a particular language that has > a > startup module? Made a test program in assembler and a2 to a6 were all > zero. Your welcome to have the assembler listing/test binary if you wish. I just had a brief look in the PureC startup-code, and there's nothing there that indicates that a4-a6 contains any useful data. Jo Even