Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/22/01 11:08
Read: times


 
#17983 - RE: How to set array address
Hi Ary,

your example looks right, but there is a bug in older Keil C51 versions:
The _at_ statement accept only numbers, but no former defined constant expressions.
So
xdata ARRAYDATA Array[8] _at_ 0x8000;
may work.
I know not, if this bug was removed on the never versions. I use still V5.02


Peter


List of 4 messages in thread
TopicAuthorDate
How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      

Back to Subject List