I have a project for which i will probably need to lear assembly language for some architecture, but it doesnt have to be an specific architecture, as long as it is a real one is ok, so, what is the architecture with the easiest assembly to learn

  • @reddig33
    link
    510 months ago

    Does it have to be a modern architecture? Or can you learn 6502 or 68000?

    • @prettydarknwildOP
      link
      310 months ago

      nope, it doesnt, actually it might be handy to be an old one so i can test it in a emulator at 100% speed

      • @GuyWithLag
        link
        410 months ago

        Go with m68k then, high level, very orthogonal, with enough registers to not need tying yourself into a pretzel for most tasks.

      • ffhein
        link
        210 months ago

        If you get an Amiga emulator you might be able to do some more fun stuff with it, compared to emulating only a CPU. In addition, if you search for “Amiga assembly tutorial” you might find more resources than if you search for tutorials for a specific CPU.