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