We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a9cdb5 + 42617b7 commit 64b3e52Copy full SHA for 64b3e52
src/inline-assembly.md
@@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler:
499
- `.4byte`
500
- `.8byte`
501
- `.align`
502
+- `.alt_entry`
503
- `.ascii`
504
- `.asciz`
-- `.alt_entry`
505
-- `.balign`
506
-- `.balignl`
507
-- `.balignw`
508
- `.balign`
509
- `.balignl`
510
- `.balignw`
@@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
520
517
- `.eqv`
521
518
- `.fill`
522
519
- `.float`
523
-- `.globl`
524
- `.global`
525
-- `.lcomm`
+- `.globl`
526
- `.inst`
+- `.lcomm`
527
- `.long`
528
- `.octa`
529
- `.option`
530
-- `.private_extern`
531
- `.p2align`
532
-- `.pushsection`
533
- `.popsection`
+- `.private_extern`
+- `.pushsection`
534
- `.quad`
535
- `.scl`
536
- `.section`
0 commit comments