Hello every one
I have a little question about the hiden part of segment register that i wish that you help me
How much i should reserve in memory in order to store a segment register the tow part hidden and visible parts using Mov instruction and did Mov store the Hidden part .
Thank you .
hidden part of segment register
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: hidden part of segment register
You can't retrieve the hidden part of a segment register using conventional means. You'd need a SMM handler or virtual machine for that. (The virtual machine being the only context where this action actually makes sense)
Re: hidden part of segment register
To be more specific about Combuster's answer: 2 bytes and no.