Re: [colorforth] To kernel, or not to kernel
- Subject: Re: [colorforth] To kernel, or not to kernel
- From: "Samuel A. Falvo II" <kc5tja@xxxxxxxx>
- Date: Wed, 10 Mar 2004 21:46:53 -0800
On Wednesday 10 March 2004 12:02 pm, Albert van der Horst wrote:
> > Furthermore, it might don't needs to actually assemble things into
> > memory: it can just display the hex stuff that you then insert into
> > the source.
>
> It would become a lot more complicated if I tried that!
How so? In ANSI Forth, I can do this:
HERE <assemble> 16 DUMP
that displays the assembled opcodes (plus some extra bytes). If you're
really concerned about how big the opcodes will be:
HERE <assemble> HERE OVER - DUMP
--
Samuel A. Falvo II
---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com