Tiny, large, huge memory models

I need the above said memory types explanation.
Please tell me any one.

Questions by Lovababu_Golthi

Showing Answers 1 - 3 of 3 Answers

There are six types of memory models.

1. TINY Memory Model: Used when code under 64KB is and data is under 64KB
2. SMALL Memory Model: Used when code under 64KB is and data is under 64KB
3. MEDIUM Memory Model: Used when code is over 64KB and data is under 64KB
4. COMPACT Memory Mode: Used when code is under 64KB and data is over 64KB
5. LARGE Memory Model: Used when code is over 64KB and data is over 64KB
6. HUGE Memory Model: Used when code is over 64KB and data is over 64KB

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions