1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-03 04:10:56 +10:00
collapseos/emul/forth
Virgil Dupras af39b37dd1 Replace the "> " prompt with the more traditional "ok" one
This is more than cosmetic, it's also highly usable. The presence
or absence of the "ok" message allows us to know whether the command
aborted. Previously, the "> " prompt appeared when the system expected
a prompt in the INTERPRET context, whether the previous command aborted
or not.

Also, this allows us to get rid of that ugly FLAGS global variable.
2020-04-24 12:10:07 -04:00
..
emul.fs Add in-memory bootstrapping system 2020-04-03 20:13:11 -04:00
forth.c Add word "BLK!" 2020-04-16 17:22:18 -04:00
pre.fs boot: make HERE point to RAMEND instead of CURRENT 2020-04-13 11:43:15 -04:00
run.fs Replace the "> " prompt with the more traditional "ok" one 2020-04-24 12:10:07 -04:00
stage.c emul: make stage2 load z80a from blkfs 2020-04-19 21:31:41 -04:00
stop.fs forth: remove dummy.fs 2020-04-02 11:29:23 -04:00
xcomp.fs Move icore to blkfs 2020-04-23 15:14:14 -04:00
z80c.bin Replace the "> " prompt with the more traditional "ok" one 2020-04-24 12:10:07 -04:00