An operation code for specific program operations. Usually the first token in a line.
Common in Stack-Based Languages like x86 Assembly.
mov
is the opcode in the expression mov eax, 20
An operation code for specific program operations. Usually the first token in a line.
Common in Stack-Based Languages like x86 Assembly.
mov
is the opcode in the expression mov eax, 20