Skip to content

Commit 19fe6ff

Browse files
authored
Merge pull request #4883 from lorenzored98/patch-1
ml64 command line reference adding 8,16 byte boundaries when using /Zp option
2 parents cdac41c + ee86e00 commit 19fe6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assembler/masm/ml-and-ml64-command-line-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The options listed in the following table:
7070
| **`/ZH:SHA_256`** | Use SHA256 for checksum in debug info (default in Visual Studio 2022 version 17.0 and later). |
7171
| **`/Zi`** | Generates CodeView information in object file. |
7272
| **`/Zm`** | Enables **`M510`** option for maximum compatibility with MASM 5.1.<br /> Not available in ml64.exe. |
73-
| **`/Zp`***`alignment`*| Packs structures on the specified byte boundary. The *`alignment`* can be 1, 2, or 4. |
73+
| **`/Zp`***`alignment`*| Packs structures on the specified byte boundary. The *`alignment`* can be 1, 2, 4, 8, or 16. |
7474
| **`/Zs`** | Performs a syntax check only. |
7575
| **`/?`** | Displays a summary of ML command-line syntax and options. |
7676

0 commit comments

Comments
 (0)