avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Parm to application


From: Bob Paddock
Subject: Re: [avr-gcc-list] Parm to application
Date: Sun, 26 Aug 2012 07:43:44 -0400

> Calling main from boot does not sound sane.

BootLoaders end by jumping (using a call would not be sane) to
absolute address zero.
The vector table from address zero takes care of getting to the the
first .init section and in turn main().



reply via email to

[Prev in Thread] Current Thread [Next in Thread]