MasmAssembly
MasmAssembly copied to clipboard
A Sublime Text 3 plugin providing syntax highlighting for x86/x86-64 assembly code in MASM/JWASM style.
Results
1
MasmAssembly issues
Sort by
recently updated
recently updated
newest added
Is there a way to highlight syntax on instructions that are preceded by some information? Example coming from three different disassemblers: ``` 015F:004045D3 B801000000 MOV EAX,00000001 CODE:004F5EDA 131C E8 15...