--- forth.pasm.original	Sun Sep 12 23:20:19 2004
+++ forth.pasm	Sun Sep 12 23:24:51 2004
@@ -92,6 +92,9 @@
 .constant CellPMC	P20
 
 VeryBeginning:
+    # pop off the input buffer so the prompt gets printed
+    getstdout P0
+    pop S0, P0
 
     # We need a PMC for the compiler
     compreg .PASMCompiler, "PASM"
