From 133a1578bf307d6b870ca79a115e17e0c36c43e7 Mon Sep 17 00:00:00 2001 From: kapitche <142559040+kapitche@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:59:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ddb96c..a4ce4ea 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Hereโ€™s the version with emojis: ## Overview ๐Ÿ› ๏ธ -This Visual Studio Code extension provides comprehensive syntax highlighting for x86 and x64 assembly language using Intel syntax. It's designed to improve readability and understanding of assembly code, including compiler-generated output. +This Visual Studio Code extension provides comprehensive syntax highlighting for x86, x64 and ARM assembly language using Intel syntax. It's designed to improve readability and understanding of assembly code, including compiler-generated output. ## Features โœจ -- Syntax highlighting for x86 and x64 assembly instructions ๐Ÿ’ป +- Syntax highlighting for x86, x64 and ARM assembly instructions ๐Ÿ’ป - Support for Intel syntax ๐Ÿง  - Highlighting of registers, memory operands, and numeric constants ๐Ÿ” - Recognition of common assembler directives โš™๏ธ