--- gforth/cross.fs 2006/03/04 22:45:07 1.157 +++ gforth/cross.fs 2006/03/05 14:10:51 1.158 @@ -1184,6 +1184,7 @@ true DefaultValue gforthcross true DefaultValue interpreter true DefaultValue ITC false DefaultValue rom +false DefaultValue flash true DefaultValue standardthreading \ ANSForth environment stuff @@ -2639,7 +2640,8 @@ T has? peephole H [IF] >TARGET Cond: DOES> - T here 5 cells H + alit, compile (does>2) compile ;s + T here H [ T has? peephole H [IF] ] 5 [ [ELSE] ] 4 [ [THEN] ] T cells + H + alit, compile (does>2) compile ;s doeshandler, resolve-does>-part ;Cond