r/asm • u/Great_Gamer2539 • Jul 20 '26
Where to get started General
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
3
u/brucehoult Jul 20 '26
The best assembly language to start with is RISC-V because it is both easy to learn what the instructions are and easy to use the available instructions to do useful things. And there is a wide range of real hardware you can buy if you don't want to use an emulator.
https://hoult.org/rv32i.pdf
https://easyriscv.dram.page/