Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Learning ASM


ghost's Avatar
0 0

Where can I find a good tutorial to learn ASM? All I know that is you need to run DEBUG.exe in a command prompt. Then the first line you need -a, but from there I have no clue what mov and all that stuff is…


ghost's Avatar
0 0

If you're after tutorials just Google Assembly, MASM or FASM. You can also try programming sites - DevX is good, you should find something on there.


ghost's Avatar
0 0

google "learn ASM". if you want to learn asm properly, i wouldnt go down the MASM or MASM32 road, they have so many macros theyre like C.


ghost's Avatar
0 0

Thanks all, I will get started on those now.