split . into .TEMP rendering, then stdout writing
[rrq/rrqforth.git] / adoc / p_emit.adoc
1 // stdio.asm:   WORD p_emit,'EMIT',fasm
2
3 anchor:p_emit[]
4
5 === Word: EMIT
6
7 ....
8 Data stack: ( c -- )
9 ....
10
11 "EMIT" is a function word that puts the given character code to
12 standard output (file descriptor 1). The character is the least
13 significant byte of the top cell.
14