// memory.asm: WORD p_2put, '2!',fasm anchor:p_2put[] === Word: 2! .... Data stack: ( v2 v1 a -- ) .... "2!" is a function word that stors two concecutive values v1 and v2 to the address a from the data stack. Value v1 is stored at address a and value v2 is stored at address a + 8.