major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_drop.adoc
index 123afdb50296af1a6a160ee33548dc2f1b96f605..fe0ec113449dd28a88aea06cb9a837b6d99fa860 100644 (file)
@@ -1,9 +1,12 @@
+// stack.asm:  WORD p_drop, 'DROP',fasm
+
 anchor:p_drop[]
 
-Word: DROP
-----------
+=== Word: DROP
+
+....
+Data stack: ( v -- )
+....
 
-----
-stack.asm:     WORD p_drop, 'DROP',fasm
-----
+"DROP" is a function word that discards the top stack cell.