Skip to content

Commit ef5da9c

Browse files
authored
Merge pull request #859 from mikeblome/mb-manuals
fixed links to amd and intel manuals
2 parents 5e720b9 + 8b2468f commit ef5da9c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/assembler/masm/processor-manufacturer-programming-manuals.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
---
2-
title: "Processor Manufacturer Programming Manuals | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "11/04/2016"
5-
ms.technology: ["cpp-masm"]
6-
ms.topic: "reference"
7-
dev_langs: ["C++"]
8-
ms.assetid: 61844163-de2f-419a-808e-04de39dfdddf
9-
author: "corob-msft"
10-
ms.author: "corob"
11-
ms.workload: ["cplusplus"]
1+
---
2+
title: "Processor Manufacturer Programming Manuals | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "11/04/2016"
5+
ms.technology: ["cpp-masm"]
6+
ms.topic: "reference"
7+
dev_langs: ["C++"]
8+
ms.assetid: 61844163-de2f-419a-808e-04de39dfdddf
9+
author: "corob-msft"
10+
ms.author: "corob"
11+
ms.workload: ["cplusplus"]
1212
---
1313
# Processor Manufacturer Programming Manuals
1414
This article provides links to websites that may contain programming information about processors that are not manufactured, sold, or supported by Microsoft. Microsoft does not own or control the websites or the content on them.
1515

1616
## Processor Manufacturer Websites
1717

18-
- [AMD64 Instruction Set Reference Manuals](http://go.microsoft.com/fwlink/p/?LinkID=219796)
19-
20-
- [Intel 64 and IA-32 Architectures Software Developer Manuals](http://go.microsoft.com/fwlink/p/?LinkID=219798)
21-
22-
- [Intel Advanced Vector Extensions (AVX)](http://go.microsoft.com/fwlink/p/?LinkID=219800)
18+
- [AMD64 Instruction Set Reference Manuals](https://developer.amd.com/resources/developer-guides-manuals/)
19+
20+
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/en-us/documentation)
21+
22+
- [Intel Advanced Vector Extensions (AVX)](https://software.intel.com/en-us/articles/introduction-to-intel-advanced-vector-extensions)
2323

2424
## Remarks
2525
Neither [!INCLUDE[vsprvs](../../assembler/masm/includes/vsprvs_md.md)] nor the Microsoft Macro Assembler support all processors.

0 commit comments

Comments
 (0)