Add reminder message on how to use the program

This commit is contained in:
Scot W. Stevenson 2015-07-05 23:55:26 +02:00
parent 34b35f6e00
commit c77cc6b5b3
1 changed files with 5 additions and 1 deletions

View File

@ -328,11 +328,15 @@ create opc-jumptable make-opc-jumptable
over start ! ( addr u )
over + limit ! ( addr )
cr cr
begin ( addr )
dup .counter
dup c@ dup .8bit step cr
1+ dup limit @ > until ;
cr
.( Ready. Use s" <FILENAME>" loadbinary disassemble to start.)
cr
\ --- END ---