简体   繁体   中英

Does someone know good Assembly x86 highlighter extension for VS Code?

I started learning Assembly language, but can't find good highlighter in and for VS code (everything is bad, can't even detect org or jmp as command correctly, showed as variable).

So, can you show me what extension to install for x86-64 assembly, please:)

See x86_64 Assembly Visual Studio Code , this is a TextMate/Sublime/VS Code/Atom bundle providing language support for x86_64 assembly language in a variety of dialects (nasm/yasm primarily, but could highlight tasm/gas to some extent).

Basic support for NASM/YASM/TASM/GAS syntaxes
Most up-to-date instruction sets:
    Legacy/undocumented registers and instructions
    FPU/MMX/3DNow!
    SSE/SSE2/(S)SSE3/SSE4/SSE4.1/SSE4.2/SSE4.a
    AVX/AVX2/AVX512, including pseudo-ops
    AES-NI/SHA
    VMX/SMX/NPX/SGX
    other AMD/Cyrix/VIA and planned future Intel extensions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM