Hello,
I intend to use bit addressable area of the iram for storing a set of flags
as byte size variables. Something like fitting 8 flags in one memory
location and have freedom to access the whole as a byte or individual bit.
I tried defining something like;
idata at 0x20 unsigned char pqrs;
sbit at 0x00 pqrs0;
sbit at 0x01 pqrs1;
and so on.
However, pqrs does not seem to get located at 0x20
Shall be thankful for an insight into this difficulty.
Secondly, how do I utilize the contents of .mem file?
thanks,
--
Ulhas Vaidya
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user