// stdio.asm: WORD p_emit,'EMIT',fasm anchor:p_emit[] === Word: EMIT .... Data stack: ( c -- ) .... "EMIT" is a function word that puts the given character code to standard output (file descriptor 1). The character is the least significant byte of the top cell.