← Back to context

Comment by WalterBright

10 hours ago

The easy way to write assembler for a machine with no compilers is to write the code in C, get the algorithm right, then translate it to asm.

I agree. Not sure whether that was the case for MS-DOS but I’m sure it was useful.

Gotta find some time to read some of the code to chill.

Or any other compiled language for that matter. :)

  • It is, but some tools like Turbo C did provide asm generating switch (-S AFAIK) directly you to use and saved you from using debug.com or any better disassembler.