How do the logic instructions (and, or, xor, not) work when placed before conditional jmp's?
mov eax, npc.collision
and eax, 8
jz :Render
Does it do the same thing as je, jge, jle, jl???
I know jz = je, but it's the and before that I can't understand.
(and google/win calculator is not...