You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/assembler/arm/arm-assembler-command-line-reference.md
+33-34Lines changed: 33 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,36 @@
1
-
---
2
-
title: "ARM Assembler Command-Line Reference | Microsoft Docs"
3
-
ms.custom: ""
4
-
ms.date: "11/04/2016"
5
-
ms.prod: "visual-studio-dev14"
6
-
ms.reviewer: ""
7
-
ms.suite: ""
8
-
ms.technology:
9
-
- "devlang-cpp"
10
-
ms.tgt_pltfrm: ""
11
-
ms.topic: "article"
12
-
dev_langs:
13
-
- "C++"
14
-
ms.assetid: f7b89478-1ab5-4995-8cde-a805f0462c45
15
-
caps.latest.revision: 12
16
-
author: "corob-msft"
17
-
ms.author: "corob"
18
-
manager: "ghogen"
19
-
translation.priority.ht:
20
-
- "cs-cz"
21
-
- "de-de"
22
-
- "es-es"
23
-
- "fr-fr"
24
-
- "it-it"
25
-
- "ja-jp"
26
-
- "ko-kr"
27
-
- "pl-pl"
28
-
- "pt-br"
29
-
- "ru-ru"
30
-
- "tr-tr"
31
-
- "zh-cn"
32
-
- "zh-tw"
33
-
---
34
-
# ARM Assembler Command-Line Reference
1
+
---
2
+
title: "ARM Assembler Command-Line Reference | Microsoft Docs"
3
+
ms.custom: ""
4
+
ms.date: "11/04/2016"
5
+
ms.reviewer: ""
6
+
ms.suite: ""
7
+
ms.technology:
8
+
- "devlang-cpp"
9
+
ms.tgt_pltfrm: ""
10
+
ms.topic: "article"
11
+
dev_langs:
12
+
- "C++"
13
+
ms.assetid: f7b89478-1ab5-4995-8cde-a805f0462c45
14
+
caps.latest.revision: 12
15
+
author: "corob-msft"
16
+
ms.author: "corob"
17
+
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"
32
+
---
33
+
# ARM Assembler Command-Line Reference
35
34
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.
Copy file name to clipboardExpand all lines: docs/assembler/arm/arm-assembler-diagnostic-messages.md
+33-34Lines changed: 33 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,36 @@
1
-
---
2
-
title: "ARM Assembler Diagnostic Messages | Microsoft Docs"
3
-
ms.custom: ""
4
-
ms.date: "11/04/2016"
5
-
ms.prod: "visual-studio-dev14"
6
-
ms.reviewer: ""
7
-
ms.suite: ""
8
-
ms.technology:
9
-
- "devlang-cpp"
10
-
ms.tgt_pltfrm: ""
11
-
ms.topic: "article"
12
-
dev_langs:
13
-
- "C++"
14
-
ms.assetid: 52b38267-6023-4bdc-a0ef-863362f48eec
15
-
caps.latest.revision: 6
16
-
author: "corob-msft"
17
-
ms.author: "corob"
18
-
manager: "ghogen"
19
-
translation.priority.ht:
20
-
- "cs-cz"
21
-
- "de-de"
22
-
- "es-es"
23
-
- "fr-fr"
24
-
- "it-it"
25
-
- "ja-jp"
26
-
- "ko-kr"
27
-
- "pl-pl"
28
-
- "pt-br"
29
-
- "ru-ru"
30
-
- "tr-tr"
31
-
- "zh-cn"
32
-
- "zh-tw"
33
-
---
34
-
# ARM Assembler Diagnostic Messages
1
+
---
2
+
title: "ARM Assembler Diagnostic Messages | Microsoft Docs"
3
+
ms.custom: ""
4
+
ms.date: "11/04/2016"
5
+
ms.reviewer: ""
6
+
ms.suite: ""
7
+
ms.technology:
8
+
- "devlang-cpp"
9
+
ms.tgt_pltfrm: ""
10
+
ms.topic: "article"
11
+
dev_langs:
12
+
- "C++"
13
+
ms.assetid: 52b38267-6023-4bdc-a0ef-863362f48eec
14
+
caps.latest.revision: 6
15
+
author: "corob-msft"
16
+
ms.author: "corob"
17
+
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"
32
+
---
33
+
# ARM Assembler Diagnostic Messages
35
34
The Microsoft ARM assembler (*armasm*) emits diagnostic warnings and errors when it encounters them. This article describes the most commonly-encountered messages.
Copy file name to clipboardExpand all lines: docs/assembler/arm/arm-assembler-directives.md
+33-34Lines changed: 33 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,36 @@
1
-
---
2
-
title: "ARM Assembler Directives | Microsoft Docs"
3
-
ms.custom: ""
4
-
ms.date: "11/04/2016"
5
-
ms.prod: "visual-studio-dev14"
6
-
ms.reviewer: ""
7
-
ms.suite: ""
8
-
ms.technology:
9
-
- "devlang-cpp"
10
-
ms.tgt_pltfrm: ""
11
-
ms.topic: "article"
12
-
dev_langs:
13
-
- "C++"
14
-
ms.assetid: 9cfa8896-ec10-4e77-855a-3135c40d7d2a
15
-
caps.latest.revision: 5
16
-
author: "corob-msft"
17
-
ms.author: "corob"
18
-
manager: "ghogen"
19
-
translation.priority.ht:
20
-
- "cs-cz"
21
-
- "de-de"
22
-
- "es-es"
23
-
- "fr-fr"
24
-
- "it-it"
25
-
- "ja-jp"
26
-
- "ko-kr"
27
-
- "pl-pl"
28
-
- "pt-br"
29
-
- "ru-ru"
30
-
- "tr-tr"
31
-
- "zh-cn"
32
-
- "zh-tw"
33
-
---
34
-
# ARM Assembler Directives
1
+
---
2
+
title: "ARM Assembler Directives | Microsoft Docs"
3
+
ms.custom: ""
4
+
ms.date: "11/04/2016"
5
+
ms.reviewer: ""
6
+
ms.suite: ""
7
+
ms.technology:
8
+
- "devlang-cpp"
9
+
ms.tgt_pltfrm: ""
10
+
ms.topic: "article"
11
+
dev_langs:
12
+
- "C++"
13
+
ms.assetid: 9cfa8896-ec10-4e77-855a-3135c40d7d2a
14
+
caps.latest.revision: 5
15
+
author: "corob-msft"
16
+
ms.author: "corob"
17
+
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"
32
+
---
33
+
# ARM Assembler Directives
35
34
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.
36
35
37
36
## Microsoft Implementations of ARM Assembly Directives
0 commit comments