Skip to content

Commit 51071a1

Browse files
authored
Merge pull request MicrosoftDocs#373 from MicrosoftDocs/mb-ht-build
removed translation tag from cloud text build ide assembler
2 parents 4a770b6 + 7a6b8fc commit 51071a1

File tree

1,104 files changed

+3902
-25766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,104 files changed

+3902
-25766
lines changed

docs/assembler/arm/arm-assembler-command-line-reference.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,15 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
10+
dev_langs: ["C++"]
1311
ms.assetid: f7b89478-1ab5-4995-8cde-a805f0462c45
1412
caps.latest.revision: 12
1513
author: "corob-msft"
1614
ms.author: "corob"
1715
manager: "ghogen"
18-
translation.priority.ht:
19-
- "cs-cz"
20-
- "de-de"
21-
- "es-es"
22-
- "fr-fr"
23-
- "it-it"
24-
- "ja-jp"
25-
- "ko-kr"
26-
- "pl-pl"
27-
- "pt-br"
28-
- "ru-ru"
29-
- "tr-tr"
30-
- "zh-cn"
31-
- "zh-tw"
3216
---
3317
# ARM Assembler Command-Line Reference
3418
This article provides command-line information about the Microsoft ARM assembler, *armasm*, which compiles ARMv7 Thumb assembly language into the Microsoft implementation of the Common Object File Format (COFF). The linker can link COFF code with object code that is produced by the ARM assembler or by the C compiler, together with object libraries that are created by the librarian.

docs/assembler/arm/arm-assembler-diagnostic-messages.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,15 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
10+
dev_langs: ["C++"]
1311
ms.assetid: 52b38267-6023-4bdc-a0ef-863362f48eec
1412
caps.latest.revision: 6
1513
author: "corob-msft"
1614
ms.author: "corob"
1715
manager: "ghogen"
18-
translation.priority.ht:
19-
- "cs-cz"
20-
- "de-de"
21-
- "es-es"
22-
- "fr-fr"
23-
- "it-it"
24-
- "ja-jp"
25-
- "ko-kr"
26-
- "pl-pl"
27-
- "pt-br"
28-
- "ru-ru"
29-
- "tr-tr"
30-
- "zh-cn"
31-
- "zh-tw"
3216
---
3317
# ARM Assembler Diagnostic Messages
3418
The Microsoft ARM assembler (*armasm*) emits diagnostic warnings and errors when it encounters them. This article describes the most commonly-encountered messages.

docs/assembler/arm/arm-assembler-directives.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,15 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
10+
dev_langs: ["C++"]
1311
ms.assetid: 9cfa8896-ec10-4e77-855a-3135c40d7d2a
1412
caps.latest.revision: 5
1513
author: "corob-msft"
1614
ms.author: "corob"
1715
manager: "ghogen"
18-
translation.priority.ht:
19-
- "cs-cz"
20-
- "de-de"
21-
- "es-es"
22-
- "fr-fr"
23-
- "it-it"
24-
- "ja-jp"
25-
- "ko-kr"
26-
- "pl-pl"
27-
- "pt-br"
28-
- "ru-ru"
29-
- "tr-tr"
30-
- "zh-cn"
31-
- "zh-tw"
3216
---
3317
# ARM Assembler Directives
3418
For the most part, the Microsoft ARM assembler uses the ARM assembly language, which is documented in Chapter 7 of the [ARM assembler tools guide](http://go.microsoft.com/fwlink/?LinkId=246102). However, the Microsoft implementations of some assembly directives differ from the ARM assembly directives. This article explains the differences.

docs/assembler/arm/arm-assembler-reference.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,15 @@ ms.custom: ""
44
ms.date: "08/28/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
10+
dev_langs: ["C++"]
1311
ms.assetid: f8a076cc-9627-4328-a34a-9c44f7a3aab1
1412
caps.latest.revision: 13
1513
author: "corob-msft"
1614
ms.author: "corob"
1715
manager: "ghogen"
18-
translation.priority.ht:
19-
- "cs-cz"
20-
- "de-de"
21-
- "es-es"
22-
- "fr-fr"
23-
- "it-it"
24-
- "ja-jp"
25-
- "ko-kr"
26-
- "pl-pl"
27-
- "pt-br"
28-
- "ru-ru"
29-
- "tr-tr"
30-
- "zh-cn"
31-
- "zh-tw"
3216
---
3317
# ARM Assembler Reference
3418

docs/assembler/inline/accessing-c-or-cpp-data-in-asm-blocks.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "data members [C++], in __asm blocks"
15-
- "data access [C++], in __asm blocks"
16-
- "__asm keyword [C++], data members"
17-
- "structure types in __asm blocks"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["data members [C++], in __asm blocks", "data access [C++], in __asm blocks", "__asm keyword [C++], data members", "structure types in __asm blocks"]
1812
ms.assetid: e99f5a28-0381-4090-8ece-6af8f2436a49
1913
caps.latest.revision: 7
2014
author: "corob-msft"
2115
ms.author: "corob"
2216
manager: "ghogen"
23-
translation.priority.ht:
24-
- "cs-cz"
25-
- "de-de"
26-
- "es-es"
27-
- "fr-fr"
28-
- "it-it"
29-
- "ja-jp"
30-
- "ko-kr"
31-
- "pl-pl"
32-
- "pt-br"
33-
- "ru-ru"
34-
- "tr-tr"
35-
- "zh-cn"
36-
- "zh-tw"
3717
---
3818
# Accessing C or C++ Data in __asm Blocks
3919
## Microsoft Specific

docs/assembler/inline/advantages-of-inline-assembly.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "assembler [C++], advantages"
15-
- "inline assembly [C++], about inline assembly"
16-
- "inline assembly [C++], using"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["assembler [C++], advantages", "inline assembly [C++], about inline assembly", "inline assembly [C++], using"]
1712
ms.assetid: 94364d97-faa7-4bdf-8473-570956986c51
1813
caps.latest.revision: 7
1914
author: "corob-msft"
2015
ms.author: "corob"
2116
manager: "ghogen"
22-
translation.priority.ht:
23-
- "cs-cz"
24-
- "de-de"
25-
- "es-es"
26-
- "fr-fr"
27-
- "it-it"
28-
- "ja-jp"
29-
- "ko-kr"
30-
- "pl-pl"
31-
- "pt-br"
32-
- "ru-ru"
33-
- "tr-tr"
34-
- "zh-cn"
35-
- "zh-tw"
3617
---
3718
# Advantages of Inline Assembly
3819
## Microsoft Specific

docs/assembler/inline/asm.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,17 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
f1_keywords:
12-
- "__asm"
13-
- "__asm_cpp"
14-
dev_langs:
15-
- "C++"
16-
helpviewer_keywords:
17-
- "__asm keyword [C++], vs. asm blocks"
18-
- "__asm keyword [C++]"
10+
f1_keywords: ["__asm", "__asm_cpp"]
11+
dev_langs: ["C++"]
12+
helpviewer_keywords: ["__asm keyword [C++], vs. asm blocks", "__asm keyword [C++]"]
1913
ms.assetid: 77ff3bc9-a492-4b5e-85e1-fa4e414e79cd
2014
caps.latest.revision: 14
2115
author: "corob-msft"
2216
ms.author: "corob"
2317
manager: "ghogen"
24-
translation.priority.ht:
25-
- "cs-cz"
26-
- "de-de"
27-
- "es-es"
28-
- "fr-fr"
29-
- "it-it"
30-
- "ja-jp"
31-
- "ko-kr"
32-
- "pl-pl"
33-
- "pt-br"
34-
- "ru-ru"
35-
- "tr-tr"
36-
- "zh-cn"
37-
- "zh-tw"
3818
---
3919
# __asm
4020
**Microsoft Specific**

docs/assembler/inline/assembly-language-comments.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "assembly language [C++], comments"
15-
- "comments [C++], assembly language"
16-
- "macros [C++], assembly language"
17-
- "__asm keyword [C++], instructions"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["assembly language [C++], comments", "comments [C++], assembly language", "macros [C++], assembly language", "__asm keyword [C++], instructions"]
1812
ms.assetid: 0dc10850-77f5-426e-9dab-185ea28e06e4
1913
caps.latest.revision: 7
2014
author: "corob-msft"
2115
ms.author: "corob"
2216
manager: "ghogen"
23-
translation.priority.ht:
24-
- "cs-cz"
25-
- "de-de"
26-
- "es-es"
27-
- "fr-fr"
28-
- "it-it"
29-
- "ja-jp"
30-
- "ko-kr"
31-
- "pl-pl"
32-
- "pt-br"
33-
- "ru-ru"
34-
- "tr-tr"
35-
- "zh-cn"
36-
- "zh-tw"
3717
---
3818
# Assembly-Language Comments
3919
## Microsoft Specific

docs/assembler/inline/calling-c-functions-in-inline-assembly.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "function calls, C functions"
15-
- "function calls, in inline assembly"
16-
- "functions [C], calling in inline assembly"
17-
- "Visual C, functions"
18-
- "inline assembly, calling functions"
19-
- "__asm keyword [C++], calling functions"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["function calls, C functions", "function calls, in inline assembly", "functions [C], calling in inline assembly", "Visual C, functions", "inline assembly, calling functions", "__asm keyword [C++], calling functions"]
2012
ms.assetid: f8a8d568-d175-4e23-9b24-36ef60a4cab3
2113
caps.latest.revision: 7
2214
author: "corob-msft"
2315
ms.author: "corob"
2416
manager: "ghogen"
25-
translation.priority.ht:
26-
- "cs-cz"
27-
- "de-de"
28-
- "es-es"
29-
- "fr-fr"
30-
- "it-it"
31-
- "ja-jp"
32-
- "ko-kr"
33-
- "pl-pl"
34-
- "pt-br"
35-
- "ru-ru"
36-
- "tr-tr"
37-
- "zh-cn"
38-
- "zh-tw"
3917
---
4018
# Calling C Functions in Inline Assembly
4119
## Microsoft Specific

docs/assembler/inline/calling-cpp-functions-in-inline-assembly.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-tools"
7+
ms.technology: ["cpp-tools"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "functions [C++], calling in inline assembly"
15-
- "function calls, C++ functions"
16-
- "function calls, in inline assembly"
17-
- "Visual C++, functions"
18-
- "inline assembly, calling functions"
19-
- "__asm keyword [C++], calling functions"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["functions [C++], calling in inline assembly", "function calls, C++ functions", "function calls, in inline assembly", "Visual C++, functions", "inline assembly, calling functions", "__asm keyword [C++], calling functions"]
2012
ms.assetid: 1f0d1eb3-54cf-45d5-838d-958188616b38
2113
caps.latest.revision: 7
2214
author: "corob-msft"
2315
ms.author: "corob"
2416
manager: "ghogen"
25-
translation.priority.ht:
26-
- "cs-cz"
27-
- "de-de"
28-
- "es-es"
29-
- "fr-fr"
30-
- "it-it"
31-
- "ja-jp"
32-
- "ko-kr"
33-
- "pl-pl"
34-
- "pt-br"
35-
- "ru-ru"
36-
- "tr-tr"
37-
- "zh-cn"
38-
- "zh-tw"
3917
---
4018
# Calling C++ Functions in Inline Assembly
4119
## Microsoft Specific

0 commit comments

Comments
 (0)