| ??? 07/02/01 07:47 Read: times |
#12951 - RE: memory problem on keil... |
you can store allways var in XDATA even when you are using small memory model:
example : xdata UINT16 yourvar at 0xF000 For goot performace: - don't use signed vars if the are not neccessary - use small memory model - use pointers only if neccessary they are trrible slow Thomas |
| Topic | Author | Date |
| memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
| RE: memory problem on keil... | 01/01/70 00:00 | |
RE: memory problem on keil... | 01/01/70 00:00 |



