Remix.run Logo
Retr0id 3 hours ago

If you're actually writing software in assembly (as opposed to merely optimizing hot functions in an otherwise high-level codebase), in my experience MASM is the most pleasant tool for the job.

b5n 2 hours ago | parent [-]

The most pleasant is the one you're most familiar with. I still use gas with at&t syntax.

Retr0id 2 hours ago | parent [-]

MASM's niceties go far beyond just syntax, though

tengwar2 3 minutes ago | parent [-]

I last used MASM back in about 1989 (with MS C on OS/2 1.0). Do you have any hints on how it has changed since then? What is nice about it, and why does the debugger not match up to CodeView?