• scops@reddthat.com
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    3
    ·
    1 day ago

    That first one doesn’t make any sense. Every processor has its own assembly language. The game would run on YOUR machine and any others running the same processors, but you’d have to build a custom version for any other processor you want to support.

    That said, it could potentially be insanely well optimized for that platform if everything was hand coded.

    • Barbecue Cowboy@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 day ago

      That one is about Chris Sawyer. He’ll remind people that there was a bit of C in there, but 99% x86 assembly / machine code in his words.

      • paris@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        4
        ·
        14 hours ago

        For anyone interested in why, C was new and didn’t yet optimize to the same level that a clever and experienced human could optimize Assembly. IIRC, by the time he was developing Roller Coaster Tycoon, C compiler optimization was on par with human Assembly optimization, so it was the last notable game written entirely in Assembly for optimization purposes.

        I think this was the video I watched where I learned this: https://youtu.be/0JouTsMQsEA

      • Clbull@lemmy.worldOP
        link
        fedilink
        arrow-up
        13
        ·
        1 day ago

        I think he only used C to build the installer. The rest was coded in x86 assembly.

        Building anything in x86 assembly is a gargantuan effort, but then Chris Sawyer built a game on the same level of scale as RollerCoaster Tycoon…