Hacker News new | ask | show | jobs
by its-summertime 86 days ago
> > What language was RollerCoaster Tycoon programmed in?

> It's 99% written in x86 assembler/machine code (yes, really!), with a small amount of C code used to interface to MS Windows and DirectX.

https://www.chrissawyergames.com/faq3.htm

1 comments

Wow. It reminds me of those guys who run a marathon carrying a fridge. Impressive, but ...
Yeah but imagine that if it was writte in anything else it would never had made it to the shelves with the processor power back then.
Programs spend the vast amount of their cycles in a small sub-set of the code. There is generally very little to be gained by optimizing code that isn't in the small subset.