We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I need to allocate a part of code to fixed address using C Language. Like "ORG xxx" in assambly. How can I do in Keil C51?
Code or data? Have you looked-up the _at_ keyword in the manual?
Refer to: http://www.keil.com/support/docs/1408.htm Jon
http://www.keil.com/support/docs/1408.htm Refers to: C51 Version 6.00 uVision2 Version 2.04 8051 Utilities manual (04.95) C51 Compiler User's Guide (01.97) Time for some updates, methinks!? ;-)
This part of the C compiler and IDE haven't changed. We're in the process of un-listing page numbers in the knowledgebase. The same information is included in all of the latest manuals -- just on different pages. Jon