From 960ec1f2dd0e94c18556d67ea825e591e74c3b5b Mon Sep 17 00:00:00 2001 From: chirsz Date: Sun, 19 Mar 2023 20:53:29 +0800 Subject: [PATCH] Inline assembly: Fix repeated and unordered items in guaranteed directives --- src/inline-assembly.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/inline-assembly.md b/src/inline-assembly.md index 996b157da..996507ae5 100644 --- a/src/inline-assembly.md +++ b/src/inline-assembly.md @@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler: - `.4byte` - `.8byte` - `.align` +- `.alt_entry` - `.ascii` - `.asciz` -- `.alt_entry` -- `.balign` -- `.balignl` -- `.balignw` - `.balign` - `.balignl` - `.balignw` @@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler: - `.eqv` - `.fill` - `.float` -- `.globl` - `.global` -- `.lcomm` +- `.globl` - `.inst` +- `.lcomm` - `.long` - `.octa` - `.option` -- `.private_extern` - `.p2align` -- `.pushsection` - `.popsection` +- `.private_extern` +- `.pushsection` - `.quad` - `.scl` - `.section`