DOCOL in ITC Forth Engines UK Newbie
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.006 sec
Re: DOCOL in ITC Forth Engines (UK Newbie)     

Group: comp.lang.forth · Group Profile · Search for DOCOL in ITC Forth Engines UK Newbie in comp.lang.forth
Author: coos
Date: Sep 19, 2008 12:52

... I'm writing a traditional ITC FORTH implimentation on my favourite ... I am starting to think that DOCOL does to. Previously, my EXIT routine...I have just convinced myself that DOCOL does indeed need a CFA ...Its task is to pop the Forth instruction pointer from the return stack...EXIT was executing. As others wrote, DOCOL is not like a normal Forth word, DODOES neither. Its function is...
Show full article (1.93Kb) · Show article thread
Re: DOCOL in ITC Forth Engines (UK Newbie)     

Group: comp.lang.forth · Group Profile · Search for DOCOL in ITC Forth Engines UK Newbie in comp.lang.forth
Author: Albert van der Horst
Date: Sep 19, 2008 11:00

....googlegroups.com>, MarkWills <markrobertwills@yahoo.co.uk> wrote: Hi there, I'm writing a traditional ITC FORTH implimentation ... be considered a 'special' routine? Traditionally DOCOL is am assembler label in Forth's... It probably is not visible from Forth. Certainly it is not so in figForth or ciforth. Mark Wills UK Groetjes Albert -- -- Albert van der Horst,...
Show full article (0.83Kb) · Show article thread
Re: DOCOL in ITC Forth Engines (UK Newbie)     

Group: comp.lang.forth · Group Profile · Search for DOCOL in ITC Forth Engines UK Newbie in comp.lang.forth
Author: Andrew Haley
Date: Sep 19, 2008 03:43

MarkWills <markrobertwills@yahoo.co.uk> wrote: Hi there, I'm writing a traditional ITC FORTH implimentation on my favourite processor, the very..., stackless). I have a question regarding DOCOL. Should DOCOL follow the 'norm' of having a CFA (... or can it be considered a 'special' routine? DOCOL is, traditionally, just the ;CODE part of : ....
Show full article (0.47Kb) · Show article thread
DOCOL in ITC Forth Engines (UK Newbie)     

Group: comp.lang.forth · Group Profile · Search for DOCOL in ITC Forth Engines UK Newbie in comp.lang.forth
Author: MarkWills
Date: Sep 19, 2008 00:19

..., I'm writing a traditional ITC FORTH implimentation on my favourite ...I am starting to think that DOCOL does to. Previously, my EXIT ...I have just convinced myself that DOCOL does indeed need a CFA ... I think it should be: docol data $+2 mov r3,*r5+ ... have it executing a simple FORTH thread too: BEGIN 1+ 2+ ... questions about out of date implementations! Many thanks Mark Wills UK
Show full article (1.18Kb)