architecture - Determining what segment, page, and byte a hex address is trying to access -
so i'm reviewing final , i've come across problem can't find solution to. i've looked through google try , find answers 1 thing has come up. https://stackoverflow.com/questions/5927684/calculating-page-size-and-segment-size#=
this link helped answer of questions not all. can't use reference in selected answer don't have access page. question can't figure goes follows:
which segment, page, , byte in page hex address (000a0c02) trying access?
the step know take convert hex address binary , i've done follows:
0000 0000 0000 1010 0000 1100 0000 0010
can't point me in direction of go here? i'm not asking answer, i'm looking formula's/steps need take.
thanks
Comments
Post a Comment