| ??? 08/09/01 06:18 Read: times |
#13953 - RE: just a thought... |
Hi Mark,
the following code works with the Keil C51 unsigned char xdata xcOUT[] _at_ 0x8000; void main(void) { int Index; while(1) { Index = 0x500; xcOUT[Index] = 255; } } Peter |
| Topic | Author | Date |
| just a thought... | 01/01/70 00:00 | |
| RE: just a thought... | 01/01/70 00:00 | |
RE: just a thought... | 01/01/70 00:00 |



