Update README.md
This commit is contained in:
parent
2d249ad9d4
commit
133a1578bf
|
|
@ -2,11 +2,11 @@ Here’s 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 ⚙️
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue