Skip to content

Commit f4eed8f

Browse files
authored
Add .type, .size, and .p2align
1 parent d138b68 commit f4eed8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/inline-assembly.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ The following directives are guaranteed to be supported by the assembler:
528528
- `.set`
529529
- `.align`
530530
- `.inst`
531+
- `.p2align`
531532

532533

533534
The following directives are guaranteed to be supported for `global_asm` only:
@@ -536,6 +537,8 @@ The following directives are guaranteed to be supported for `global_asm` only:
536537
- `.private_extern`
537538
- `.globl`
538539
- `.global`
540+
- `.size`
541+
- `.type`
539542

540543

541544
#### Target Specific Directive Support

0 commit comments

Comments
 (0)