• Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    3 days ago

    It’s higher than machine code. It’s degrees of highness. Any abstraction technically makes it high level.

    • abbadon420@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 days ago

      It’s not really abstraction though. It is more like syntactic sugar. In stead of 1000111011 you say ADD, but it is still the exact same thing. There is no functional, prgrammatical benefit of one over the other. It’s just that asm is readable by humans.

      At least thats as far as I understand asm. I haven’t gone beyond NandToTetris