From 6f47c7f2c695e83e329e9ca84c5056c1f662e273 Mon Sep 17 00:00:00 2001
From: CyoeeA9e <zjnbzhzy@outlook.com>
Date: Wed, 24 Jan 2024 09:48:21 +0800
Subject: [PATCH] Add `.insn` assembly directive.

`.insn` was added to gnu-as in 2018 in
https://github.com/bminor/binutils-gdb/commit/0e35537d754f1c687850d1caccb2d78d2e418391
and in llvm in llvm-14 in
https://github.com/llvm/llvm-project/commit/283879793dc787225992496587581ec77b6b0610
(I think, from some quick googling).
---
 src/inline-assembly.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/inline-assembly.md b/src/inline-assembly.md
index e905fcb26..d8e7f106c 100644
--- a/src/inline-assembly.md
+++ b/src/inline-assembly.md
@@ -570,6 +570,7 @@ The following directives are guaranteed to be supported by the assembler:
 - `.global`
 - `.globl`
 - `.inst`
+- `.insn`
 - `.lcomm`
 - `.long`
 - `.octa`