| ??? 08/08/01 20:10 Read: times |
#13941 - just a thought... |
Hi,
Can anybody tell me why the following doesn't work: xdata at 0x8000 unsigned char *xcOUT; void main(void) { int Index; while(1) { ... .... Index = 0x500; *(xcOUT+Index) = 255; // not working .... ... } } I thought that this would make life a lot easier, specially when addressing (no pun intended) different devices, etc. Now it's back to movx... |
| 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 |



