various improvements
[rrq/rrqforth.git] / adoc / p_fdemit.adoc
1 // stdio.asm:   WORD p_fdemit,'FDEMIT'
2
3 anchor:p_fdemit[]
4
5 === Word: FDEMIT
6
7 ....
8 Data stack: ( c fd -- )
9 ....
10
11 "FDEMIT" is a function word that puts the given character code to the
12 given file descriptor. The character is the least significant byte of
13 the data stack cell.
14