CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2010
    Posts
    75

    Talking How To Calculate Memory Address ( Flat , Segmented )

    Hello
    Can anyone learn me how to compute the address size of flat & segmented memory address

    such us 8 G for flat =

    or

    16 blocks each block size 32 K locations =

    Thanks i appreciated any help

  2. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: How To Calculate Memory Address ( Flat , Segmented )

    Actually, I'm not quite sure whether I really understand your question, but to me it sounds like what you're looking for is really basic math. Or is that about the x86 segmented addressing scheme? (From the math POV this isn't really advanced either, though...)
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured