From abcb97a6e63a6299e2630ab4421c50cb45deda45 Mon Sep 17 00:00:00 2001 From: Siguza Date: Tue, 25 Apr 2017 22:58:38 +0200 Subject: [PATCH] Fix links * Fix link to [Initial Values page](https://github.com/corkami/docs/blob/master/InitialValues.md) * Remove `` since markdown doesn't support it and the target XML file is offline anyway. --- x86/x86.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)