home .. forth .. colorforth mail list archive ..

[colorforth] Weird LOAD crash


Hi guys,

I'm using Mark Slicker's VESA-cf (basically, the CM CF with VESA and
terry loveall's floppy code), and there is one weird bug that is
horrifically annoying me:

LOAD will not work. Either it crashes colorforth, or it sets the
current block to the loaded block and then says that the calling word
doesn't exist.

Examples:

I have the mandelbrot code on block 70 and 72. I then added the
following to block 18 (after colors, before mark empty)
  : mandel  70 load ; 
When I save, restart, and type "mandel", it will set the current block
to 70, then show the colorforth logo and say "mandel?". the block
doesnt seem to have been loaded at all.

another thing: in order for me to be able to load from the shell, i
added : load load ; into block 18 several times, and every time it
will crash. I also tried it in a separate block and loading that
block, and it will crash.

Any ideas? Thanks :)

-- Chris 

-- 
I F34R N0N3 F0R F0RTH SH4LL GUID3 M3

---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com