MasmAssembly
MasmAssembly copied to clipboard
Instructions from disassembly
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 E8 F0 FF call sub_4046F4
00E0AD76 | 84 C0 | test al,al
This syntax highlighting is intended to be used with source code, not disassembly output. That being said, I believe what you are trying to do is possible. However, I have since moved to VS Code so I won't implement this feature. I will still accept PR though.
On Mon, Apr 15, 2019, 09:40 Rourke101 [email protected] wrote:
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 E8 F0 FF call sub_4046F4 00E0AD76 | 84 C0 | test al,al
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MakiseKurisu/MasmAssembly/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNtCDNAyxbpZkmKKDs0UNpwj7BRC33yks5vhI9igaJpZM4cwJS9 .