开发者

What is procedure to calculate physical memory address?

开发者 https://www.devze.com 2022-12-28 09:32 出处:网络
How can we calculate the physical memory address generated by the following segment:offset pairs (both are hexadecimal values).

How can we calculate the physical memory address generated by the following segment:offset pairs (both are hexadecimal values).

  1. 0010:0200
  2. 0100:DFAD
  3. DADD:672开发者_C百科7


address = segment << 4 + offset

See here for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号