Skip to content

Fix docs/x86 links #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions x86/x86.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ And, at any point of execution:
* `smsw`, `sidt`, `str`, `sgdt` will return different values depending on the OS.
* `sldt`, `lsl`, `str` might return different values if execution takes place in a virtual machine.

These values are currently being collected in the [InitialValues Initial Values page].
These values are currently being collected in the [Initial Values page](../InitialValues.md).

# specific

Expand Down Expand Up @@ -694,7 +694,6 @@ Since there are some opcodes specific to 32 bits mode (arpl, ...), and others sp
* Yoann Guillot

# Other resources
<wiki:gadget url="https://corkami.googlecode.com/svn/wiki/gadgets/berlinsides_slideshare.xml" width=595 height=497 border=0/>

* [Hamarsoft 86BUGS list](http://feldmann.home.xs4all.nl/86bugs.htm)
* [Dr. Dobb's Undocumented Corner](http://www.rcollins.org/ddj/ddj.html)