Discussion Forum

how to remove clear ram function in keil c51 compiler

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
satish Munot
Posted
14-Jun-2003 15:09 GMT
Toolset
C51
New! how to remove clear ram function in keil c51 compiler
i
want to disable clear ram function invock by starup file
thank you
satish munot
Read-Only
Author
Dan Henry
Posted
14-Jun-2003 19:36 GMT
Toolset
C51
New! RE: how to remove clear ram function in keil c51 compiler
Review the "Customization Files" section in the C51 manual's "Chapter 6. Advanced Programming Techniques", a preliminary online version of which is here: http://www.keil.com/support/man/docs/c51/c51_ap_customfiles.htm, then copy the appropriate startup file from the C51 lib directory to your project directory and edit it to suit your requirements. Instructions for subsequent assembly and linkage are documented in the manual and in the file.

Some related notes can be found here:

http://www.keil.com/support/docs/374.htm
http://www.keil.com/support/docs/610.htm

For more, search the Keil website for STARTUP.A51.

Next Thread | Thread List | Previous Thread Start a Thread | Settings