I am new to assembly language, and I was wondering how mnemonics work? I understand what they do (like mov, jmp, and add), but I don't get how the computer nows what they are when you type them in that? How do you teach a board how to do this stuff?
move a, b
is move a to b (but how does the computer know that; get what I am saying?)
move a, b
is move a to b (but how does the computer know that; get what I am saying?)