Write assembly language program to display the status of flag register of 80286
Answers
Answered by
0
Memory SegmentationMemory segments are a direct consequence of using a 20 bit address in a 16 bit processorMemory is partitioned into 64K (216) segmentsEach segment is identified by a 16-bit segment number ranging from 0000h-FFFFhWithin a segment, a memory location is specified by a 16-bit offset (the number of bytes from the beginning of the segment)The Segment:Offset address is a logical address
Similar questions