Skip to content

Commit

Permalink
Add .insn assembly directive.
Browse files Browse the repository at this point in the history
`.insn` was added to gnu-as in 2018 in
bminor/binutils-gdb@0e35537
and in llvm in llvm-14 in
llvm/llvm-project@2838797
(I think, from some quick googling).
  • Loading branch information
CyoeeA9e authored and ehuss committed Jul 12, 2024
1 parent 8c77e8b commit 6f47c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inline-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ The following directives are guaranteed to be supported by the assembler:
- `.global`
- `.globl`
- `.inst`
- `.insn`
- `.lcomm`
- `.long`
- `.octa`
Expand Down

0 comments on commit 6f47c7f

Please sign in to comment.