Margaret Hamilton, NASA’s lead developer for Apollo program, stands next to all the code she wrote by hand that took humanity to the moon in 1969

  • @Hypersapien@lemmy.world
    link
    fedilink
    English
    12
    edit-2
    1 year ago

    For people unfamiliar with assembly, it’s one step up from raw 1s and 0s. Just vaguely human readable abbreviations for given sets of 1s and 0s. There are no built in loops or if statements, you have to build all that shit yourself from scratch every time you want to use one. And there’s exactly one built in variable you can use called the register

      • @Hypersapien@lemmy.world
        link
        fedilink
        English
        11 year ago

        Admittedly, the last time I touched real Assembly was 20 years ago.

        There’s a couple Zachtronics games, TIS-100 and Shenzhen I/O, both that use a limited form of Assembly, that are probably filling in the gaps in my memory.

      • @Hector_McG@programming.dev
        link
        fedilink
        English
        0
        edit-2
        1 year ago

        with the hell that is x86 assembly

        I soooo wish IBM had gone with the Motorola 68000 family instead of the Intel 8086 family of chips for the PC. It had a far, far nicer instruction set.