TEST = logical comparison
MOV = Copy memory
PUSH = push word or double word to stack
INC = increment by 1
XOR = logical exclusive "Defines a boolean value that is the exclusive OR of two values"
means that the OR applys to only these 2 things
A Boolean is a True or False questions ex... is the apple red? returns the answer True
POP = pop a value from stack
CALL = call procedure
RET = near return to calling procedure
FLD = Load floating point value
LEA = Load effective address
FILD = Load effective integer
JMP = jump
JNL = jump if not less
JG = jump of greater
JE = Jump if equal
JLE = jump if less or equal
JNGE = jump if not greater or equal
SUB = Subtract
ADD = add
NOP = no operation
MUL = Multiply
DIV = Divide
Quote:
This is more detailed.
P.S. I know you like my picture.....so I uploaded the full size in my profiles album, enjoy that also, and
remember to thank me.







