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 โš™๏ธ