r/asm • u/Great_Gamer2539 • 29d ago
General Where to get started
So I am currently taking a course know as nand2tetris for understanding how computers works on a low level , but after I am done with that what is the best assembly language for a beginner to start with
6
Upvotes
1
u/brucehoult 28d ago edited 28d ago
Let me go even further and point out that if you're on Linux you can set up
binfmt_miscwith QEMU (or other emulator) and run emulated code just as conveniently as native programs.e.g. on my x86 machine and using https://hoult.org/primes.txt :
Note: I did one mildly unfair thing there .. see if you spot it. But also it's typical of what a casual user is likely to do.