Merge branch 'master' into gh-pages
This commit is contained in:
commit
eaf503fdb4
5 changed files with 44 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ PC Software Development Guides
|
||||||
* [OS/2 Software Guides](os2/)
|
* [OS/2 Software Guides](os2/)
|
||||||
* [Windows Software Guides](windows/)
|
* [Windows Software Guides](windows/)
|
||||||
|
|
||||||
PC Software Development Tools
|
PC Software Tool Guides
|
||||||
---
|
---
|
||||||
|
|
||||||
* [Microsoft Macro Assembler 5.0](tools/microsoft/masm/5.00/)
|
* [Microsoft Macro Assembler 5.0](tools/microsoft/masm/5.00/)
|
||||||
|
|
|
||||||
10
pubs/pc/software/tools/README.md
Normal file
10
pubs/pc/software/tools/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: PC Software Tool Guides
|
||||||
|
permalink: /pubs/pc/software/tools/
|
||||||
|
---
|
||||||
|
|
||||||
|
PC Software Tool Guides
|
||||||
|
---
|
||||||
|
|
||||||
|
* [Microsoft Tool Guides](microsoft/)
|
||||||
11
pubs/pc/software/tools/microsoft/README.md
Normal file
11
pubs/pc/software/tools/microsoft/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Microsoft Tool Guides
|
||||||
|
permalink: /pubs/pc/software/tools/microsoft/
|
||||||
|
---
|
||||||
|
|
||||||
|
Microsoft Tool Guides
|
||||||
|
---
|
||||||
|
|
||||||
|
* [Microsoft C Compiler](c/)
|
||||||
|
* [Microsoft Macro Assembler](masm/)
|
||||||
10
pubs/pc/software/tools/microsoft/c/README.md
Normal file
10
pubs/pc/software/tools/microsoft/c/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Microsoft C Compiler
|
||||||
|
permalink: /pubs/pc/software/tools/microsoft/c/
|
||||||
|
---
|
||||||
|
|
||||||
|
Microsoft C Compiler
|
||||||
|
---
|
||||||
|
|
||||||
|
* [Microsoft C Optimizing Compiler 5.1](5.10/)
|
||||||
12
pubs/pc/software/tools/microsoft/masm/README.md
Normal file
12
pubs/pc/software/tools/microsoft/masm/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Microsoft Macro Assembler
|
||||||
|
permalink: /pubs/pc/software/tools/microsoft/masm/
|
||||||
|
---
|
||||||
|
|
||||||
|
Microsoft Macro Assembler
|
||||||
|
---
|
||||||
|
|
||||||
|
* MASM 3.00
|
||||||
|
* [MASM 5.00](5.00/)
|
||||||
|
* MASM 6.10
|
||||||
Loading…
Reference in a new issue