logoalt Hacker News

WalterBrighttoday at 6:15 AM2 repliesview on HN

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.


Replies

markus_zhangtoday at 10:42 AM

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.

pjmlptoday at 7:34 AM

Or any other compiled language for that matter. :)

show 1 reply