??? 07/13/08 22:54 Read: times |
#156676 - I didn't use 'C' or other HLL's on the old PC Responding to: ???'s previous message |
Oddly enough, back when I was writing code for the PC, I seldom had enough lines in ASM to warrant switching to a high level language. I wrote simulators of various sorts, cross-assemblers, linkers, editors, debuggers, etc. I even wrote a pretty significant logic simulator. Oddly enough, a couple of these started out as 'C' projects, but they were several times slower in the HLL. I guess I just like ASM better than HLL's.
Of course, once one starts writing code for Windows ... RE |