CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

How could I set a variable on a specific position in RAM?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Artifox



Joined: 28 Jun 2006
Posts: 2

View user's profile Send private message

How could I set a variable on a specific position in RAM?
PostPosted: Wed Jun 28, 2006 10:07 am     Reply with quote

Hi, I want to set a variable on a specific position in RAM, by example:
Code:
int8 x;  // at 0x20h in RAM or
int8 array[8]; // it begins at 0x31h in RAM

How could I do it?

A lot of thanks for all.

Wink


Last edited by Artifox on Wed Jun 28, 2006 10:16 am; edited 1 time in total
rwyoung



Joined: 12 Nov 2003
Posts: 563
Location: Lawrence, KS USA

View user's profile Send private message Send e-mail

PostPosted: Wed Jun 28, 2006 10:11 am     Reply with quote

Look at #locate in the manual.
_________________
Rob Young
The Screw-Up Fairy may just visit you but he has crashed on my couch for the last month!
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Wed Jun 28, 2006 1:18 pm     Reply with quote

also see #byte.

Note the differences.
Artifox



Joined: 28 Jun 2006
Posts: 2

View user's profile Send private message

PostPosted: Fri Jun 30, 2006 8:13 am     Reply with quote

Thanks Very Happy Very Happy Very Happy
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group