Update README.md

This commit is contained in:
kapitche 2024-10-12 23:59:26 -04:00 committed by GitHub
parent 2d249ad9d4
commit 133a1578bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@ Heres the version with emojis:
## Overview 🛠️ ## 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 ✨ ## Features ✨
- Syntax highlighting for x86 and x64 assembly instructions 💻 - Syntax highlighting for x86, x64 and ARM assembly instructions 💻
- Support for Intel syntax 🧠 - Support for Intel syntax 🧠
- Highlighting of registers, memory operands, and numeric constants 🔍 - Highlighting of registers, memory operands, and numeric constants 🔍
- Recognition of common assembler directives ⚙️ - Recognition of common assembler directives ⚙️