diff --git a/x86/x86.md b/x86/x86.md index bd39608..48ba0d0 100644 --- a/x86/x86.md +++ b/x86/x86.md @@ -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 @@ -694,7 +694,6 @@ Since there are some opcodes specific to 32 bits mode (arpl, ...), and others sp * Yoann Guillot # Other resources - * [Hamarsoft 86BUGS list](http://feldmann.home.xs4all.nl/86bugs.htm) * [Dr. Dobb's Undocumented Corner](http://www.rcollins.org/ddj/ddj.html)