X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_drop.adoc;h=fe0ec113449dd28a88aea06cb9a837b6d99fa860;hb=4dcbbfcdec1f956b9fe016b4e742f8c57837ab2c;hp=123afdb50296af1a6a160ee33548dc2f1b96f605;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_drop.adoc b/adoc/p_drop.adoc index 123afdb..fe0ec11 100644 --- a/adoc/p_drop.adoc +++ b/adoc/p_drop.adoc @@ -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.