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 1 year 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
[–] prettydarknwild 3 points 11 months ago (2 children)

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 4 points 11 months ago

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

[–] fhein 2 points 11 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.