
14 Jun
2007
14 Jun
'07
12:09 a.m.
On Wed, 2007-06-13 at 16:47, Arun Biyani wrote:
On my Linux host, [examples$:1010] m68k-elf-nm hello_world 00020208 T app_startup
Perhaps 20208 (app_startup) might be worth trying as an entry point...
-> go 0x00020000
As in:
-> go 20208
Maybe app_startup is a wrapper for main. Just a guess.
Often times systems have entry points like _start, etc which set things up and then jump to main.
-Lee