rebuilt after corrections
[rrq/rrqforth.git] / adoc / p_emit.adoc
index 26651f29e8aa723f40fa449315bf55a4202a6146..b20ecfc326e64fdedbb0dade919d433978f8d650 100644 (file)
@@ -1,9 +1,14 @@
+// stdio.asm:  WORD p_emit,'EMIT',fasm
+
 anchor:p_emit[]
 
-Word: EMIT
-----------
+=== Word: EMIT
+
+....
+Data stack: ( c -- )
+....
 
-----
-stdio.asm:     WORD p_emit,'EMIT',fasm
-----
+"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.