// logic.asm: WORD p_unequal, '!=',fasm anchor:p_unequal[] === Word: != .... Data stack: ( v1 v2 -- 0/-1 ) .... "!=" is a function word that replaces a pair of values with -1 of the values are unequal, and 0 otherwise.