this post was submitted on 11 Dec 2023
10 points (100.0% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] loganberryq 2 points 11 months ago (1 children)

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 4 points 11 months ago* (last edited 11 months ago)

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.