
30 Jan
2006
30 Jan
'06
4:03 p.m.
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@- 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