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