Re: [Amforth] Code snippet

2013-02-16 Thread Rafael Gonzalez
: Enoch Para: amforth-devel@lists.sourceforge.net Enviado: Sábado 16 de febrero de 2013 19:55 Asunto: Re: [Amforth] Code snippet Rafael Gonzalez writes: > Hi, If you want to do a variable jump vector table, that is fine > > If you jump vector table has a known size, you' may also

Re: [Amforth] Code snippet

2013-02-16 Thread Enoch
Rafael Gonzalez writes: > Hi, If you want to do a variable jump vector table, that is fine > > If you jump vector table has a known size, you' may also use forth200x > structures for field names. > That is the approach of forths like VFX Forth for its I/O vectors (GENIO > drivers) Not sure if

Re: [Amforth] Code snippet

2013-02-16 Thread Rafael Gonzalez
Hi, If you want to do a variable jump vector table, that is fine If you jump vector table has a known size, you' may also use forth200x structures for field names. That is the approach of forths like VFX Forth for its I/O vectors (GENIO drivers) For something more sophisticated as Finite State