From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 30 Jan 2006 16:03:08 +0100 Subject: [U-Boot-Users] Re: Coldfile 5282 - Hello_world again In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello again, > int hello_world (int argc, char *argv[]) > { > 20000: 4e56 0000 linkw %fp,#0 > int i; > > /* Print the ABI version */ > app_startup(argv); > 20004: 2f2e 000c movel %fp@(12),%sp at - > 20008: 206d 000c moveal %a5@(12),%a0 > 2000c: 4e90 jsr %a0@ I think, blame it on my problem is the moveal %a5@(12),%a0. I can't find any initilalize command for a5 in the hole code. Has anybody a simple example with a working initialize sequence? Thx Jens