Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions src/inline-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler:
- `.4byte`
- `.8byte`
- `.align`
- `.alt_entry`
- `.ascii`
- `.asciz`
- `.alt_entry`
- `.balign`
- `.balignl`
- `.balignw`
- `.balign`
- `.balignl`
- `.balignw`
Expand All @@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
- `.eqv`
- `.fill`
- `.float`
- `.globl`
- `.global`
- `.lcomm`
- `.globl`
- `.inst`
- `.lcomm`
- `.long`
- `.octa`
- `.option`
- `.private_extern`
- `.p2align`
- `.pushsection`
- `.popsection`
- `.private_extern`
- `.pushsection`
- `.quad`
- `.scl`
- `.section`
Expand Down