Discussion Forum

code allocation problem in C

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

DetailsMessage
Read-Only
Author
Changhua Wang
Posted
26-Apr-2001 10:09 GMT
Toolset
C51
New! code allocation problem in C
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?
Read-Only
Author
Andrew Neil
Posted
26-Apr-2001 10:50 GMT
Toolset
C51
New! RE: code allocation problem in C
Code or data?

Have you looked-up the _at_ keyword in the manual?
Read-Only
Author
Jon Ward
Posted
26-Apr-2001 13:01 GMT
Toolset
C51
New! RE: code allocation problem in C
Refer to:

http://www.keil.com/support/docs/1408.htm

Jon
Read-Only
Author
Andrew Neil
Posted
26-Apr-2001 13:24 GMT
Toolset
C51
New! RE: code allocation problem in C
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!? ;-)
Read-Only
Author
Jon Ward
Posted
26-Apr-2001 15:43 GMT
Toolset
C51
New! RE: code allocation problem in C
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

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