From 16ffc302ecae313824f1f8450b6ea89098f248f0 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Tue, 5 Jan 2021 23:22:50 +0900 Subject: [PATCH] Move ready message --- bootstrap.fs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.fs b/bootstrap.fs index fc8dc13..30eebf5 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -1787,9 +1787,6 @@ do-stack 16 cells + do-sp ! : j 4 rpick ; : k 6 rpick ; -." Ready" cr - - ( === Command-line Arguments === ) @@ -1872,3 +1869,5 @@ codegen-target @ s" no-codegen" str= <> [if] ." Unknown codegen target: " codegen-target @ type cr abort [then] [then] + +." Ready" cr