We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935cefd commit 641a4d7Copy full SHA for 641a4d7
src/inline-assembly.md
@@ -491,6 +491,7 @@ The following directives are guaranteed to be supported by the assembler:
491
.4byte
492
.8byte
493
.byte
494
+.short
495
.word
496
.long
497
.quad
@@ -523,6 +524,9 @@ The following directives are guaranteed to be supported by the assembler:
523
524
.comm
525
.lcomm
526
.option
527
+.equ
528
+.set
529
+.align
530
```
531
532
The following directives are guaranteed to be supported for `global_asm` only:
0 commit comments