Skip to content

Commit 3bb0f03

Browse files
authored
Merge pull request #1341 from chirsz-ever/patch-1
Inline assembly: Fix repeated and unordered items in guaranteed directives
2 parents ebab1cd + 960ec1f commit 3bb0f03

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/inline-assembly.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler:
499499
- `.4byte`
500500
- `.8byte`
501501
- `.align`
502+
- `.alt_entry`
502503
- `.ascii`
503504
- `.asciz`
504-
- `.alt_entry`
505-
- `.balign`
506-
- `.balignl`
507-
- `.balignw`
508505
- `.balign`
509506
- `.balignl`
510507
- `.balignw`
@@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
520517
- `.eqv`
521518
- `.fill`
522519
- `.float`
523-
- `.globl`
524520
- `.global`
525-
- `.lcomm`
521+
- `.globl`
526522
- `.inst`
523+
- `.lcomm`
527524
- `.long`
528525
- `.octa`
529526
- `.option`
530-
- `.private_extern`
531527
- `.p2align`
532-
- `.pushsection`
533528
- `.popsection`
529+
- `.private_extern`
530+
- `.pushsection`
534531
- `.quad`
535532
- `.scl`
536533
- `.section`

0 commit comments

Comments
 (0)