Just Enough Assembly for Compiler Explorer - Anders Schau Knatten - Meeting C++ 2022

Поділитися
Вставка

КОМЕНТАРІ • 5

  • @hamol3d
    @hamol3d Рік тому +3

    Excellent presentation! Thanks for sharing.

  • @_fudgepop01
    @_fudgepop01 Рік тому +5

    Great presentation! Thank you for explaining the vocabulary as you went, and more importantly to me: *where* that vocabulary comes from.
    I often find that when I’m learning, “oh this is that”is a common way to say what something is, but to let me truly absorb information I need to know a bit of *why* something is something else.
    I saw/heard the explanation of what a qword was and immediately thought “OH THAT MAKES SENSE!!” instead of what _usually_ happens which is “I know what a word is but…?”
    Now I know!
    Byte = 8 bits
    word = 16 bits
    double (dword) = 32 bits
    quad (qword) = 64 bits
    I’ll likely be sharing this with anyone interested in assembly. Thanks again!

    • @andersknatten
      @andersknatten Рік тому

      Thanks a lot for that very nice comment! :)

  • @TC-xq8cr
    @TC-xq8cr Рік тому

    Thank you very much!

  • @AliakseiPlashchanski
    @AliakseiPlashchanski Рік тому +2

    Nice talk!