Skip to content

Commit 9675469

Browse files
author
Jill Grant
authored
Merge pull request #5731 from TylerMSFT/masm
add link and code escape
2 parents b9ad53a + cfb2e43 commit 9675469

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/assembler/masm/extern-masm.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: EXTERN"
2+
description: "Learn more about the MASM directive: EXTERN"
33
title: "EXTERN (MASM)"
4-
ms.date: "12/06/2019"
4+
ms.date: 1/10/2025
55
helpviewer_keywords: ["EXTERN directive"]
6-
ms.assetid: 667d703d-3aaf-4139-a586-29bc5dab1aff
76
---
87
# EXTERN
98

@@ -17,9 +16,9 @@ Defines one or more external variables, labels, or symbols called *name* whose t
1716

1817
The *language-type* argument is valid in 32-bit MASM only.
1918

20-
The *type* can be [ABS](operator-abs.md), which imports *name* as a constant. Same as [EXTRN](extrn.md).
19+
The *type* can be [`ABS`](operator-abs.md), which imports *name* as a constant. Same as [`EXTRN`](extrn.md).
2120

22-
The *type* can also be PROC, in which case *name* is treated as an external procedure.
21+
The *type* can also be [`PROC`](proc.md), in which case *name* is treated as an external procedure.
2322

2423
## See also
2524

0 commit comments

Comments
 (0)