What is the easiest assembly language to learn

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

10 points · 8 comments · view on lemmy.world

8 Comments

Fades@lemmy.world · 6 pts · 2y

MIPS is great because it is essentially designed for learning assembly

Chobbes@lemmy.world · 5 pts · 2y

It probably doesn’t matter too much which assembly language you learn. In some sense they’re all relatively similar. If you want to learn it for a specific purpose you should learn the language you’re hoping to use. Otherwise, RISC-V, Arm, and MIPS are all pretty nice and clean. x86 is kind of ugly and it might be a little distracting when trying to learn the basics, but it’s probably what your computer has and it’s cool to learn on your actual device.

Other possibilities… TIS-100 and Shenzhen IO are both games where you do some assembly programming. They’re somewhat artificial, but honestly they’ll give you a good introduction.

reddig33@lemmy.world · 5 pts · 2y (3 replies)
[ removed ]
prettydarknwild@lemmy.world · 3 pts · 2y (2 replies)

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@lemmy.world · 4 pts · 2y

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

fhein@lemmy.world · 2 pts · 2y

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.

loganberryq@lemmy.world · 2 pts · 2y (1 reply)

X86 / X86-64 or ARM. Mostly just due to how accessible information is on them but if I had to choose I'd go with ARM personally. Most used in smartphones, tablets, and other such devices. It has a simple and consistent instruction set, a clear and logical syntax, and a modular and scalable architecture.

Synthead@lemmy.world · 4 pts · 2y

Some of the x86 instructions are so complex and niche that they can be considered esoteric. So heads up: if you jump in and attempt to learn x86, then get completely overwhelmed, it's not you.

WellroundedKi@lemmy.world · 2 pts · 2y

RISC-V.