Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Just as the topic says, I need get the contents of EIP and CR1 so that my error handler can print up the state of the machine, I am currently in real mode but it is probably the same no matter what mode your in.
Just as the topic says, I need get the contents of EIP and CR1 so that my error handler can print up the state of the machine, I am currently in real mode but it is probably the same no matter what mode your in.
For real mode you might want to use "pop ax" instead of "pop eax"....
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.