• ralakus@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    5 hours ago

    x86 is the architecture, amd64 is an extention on that architecture so it’s still x86 just with an instruction set extension that allows for native 64 bit computing.

    x86 was designed to be nearly fully backwards compatible back to the i386 or even the 8086 so whatever code that could run on those CPUs would work on modern “amd64” CPUs.

    Pretty much x86 is a snowball rolling down a hill. It keeps picking up new things and growing as time goes on but the core of it will always be the same.