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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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

List of 8 messages in thread
TopicAuthorDate
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      

Back to Subject List