Skip to content

Commit 641a4d7

Browse files
authored
Add missing directives
1 parent 935cefd commit 641a4d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/inline-assembly.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ The following directives are guaranteed to be supported by the assembler:
491491
.4byte
492492
.8byte
493493
.byte
494+
.short
494495
.word
495496
.long
496497
.quad
@@ -523,6 +524,9 @@ The following directives are guaranteed to be supported by the assembler:
523524
.comm
524525
.lcomm
525526
.option
527+
.equ
528+
.set
529+
.align
526530
```
527531

528532
The following directives are guaranteed to be supported for `global_asm` only:

0 commit comments

Comments
 (0)