// math.asm: WORD p_max, 'MAX',fasm anchor:p_max[] === Word: MAX .... Data stack: ( v1 v2 -- v3 ) .... "MAX" is a function word that selects the greatest of v1 and v2. To that end, the values are 64-bit signed integers.