What is procedure to calculate physical memory address?
How can we calculate the physical memory address generated by the following segment:offset pairs (both are hexadecimal values).
0010:0200
0100:DFAD
DADD:672开发者_C百科7
address = segment << 4 + offset
See here for details.
精彩评论