Skip to content

Commit

Permalink
Inline assembly: Fix repeated and unordered items in guaranteed direc…
Browse files Browse the repository at this point in the history
…tives
  • Loading branch information
chirsz-ever committed Mar 19, 2023
1 parent ebab1cd commit 960ec1f
Showing 1 changed file with 5 additions and 8 deletions.
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

0 comments on commit 960ec1f

Please sign in to comment.