From 671a19600cb99b7350728a0985dacd77af885a86 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 6 Apr 2010 22:40:47 -0700 Subject: [PATCH] doc: use bouncer URLs for the ABI docs MSDN can't seem to keep their URLs stable, so use bouncer links that we can change if necessary. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 3389b12f..6e51cf46 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -7481,7 +7481,7 @@ a zero-extended absolute displacement can access from 0 to 4 GB. On Unix, the 64-bit ABI is defined by the document: -\W{http://www.x86-64.org/documentation/abi.pdf}\c{http://www.x86-64.org/documentation/abi.pdf} +\W{http://www.nasm.us/links/unix64abi}\c{http://www.nasm.us/links/unix64abi} Although written for AT&T-syntax assembly, the concepts apply equally well for NASM-style assembly. What follows is a simplified summary. @@ -7513,7 +7513,7 @@ Integer and SSE register arguments are counted separately, so for the case of The Win64 ABI is described at: -\W{http://msdn2.microsoft.com/en-gb/library/ms794533.aspx}\c{http://msdn2.microsoft.com/en-gb/library/ms794533.aspx} +\W{http://www.nasm.us/links/win64abi}\c{http://www.nasm.us/links/win64abi} What follows is a simplified summary. -- 2.11.4.GIT