|
From: | varsha |
Subject: | [avr-gcc-list] use of specifin RAM location |
Date: | Mon, 28 Nov 2005 13:20:23 +0530 |
Hello all,
I'm working on avr-gcc (GCC) 3.4.3 compiler and target MCU is Atmega 16
i want to declare some variables, such that hey
will take specific ram locations...
for ex:
as we do in assembly code as,
org (ramend-4)
date: .byte
1
month: .byte 1 how to achieve this in c?
Thank you,
regards,
varsha -- ***********************Confidentiality Notice*************************** The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Divinet or address@hidden immediately and destroy all copies of this message and any attachments. ************************************************************************ |
[Prev in Thread] | Current Thread | [Next in Thread] |