Thank you everybody for all the useful information.

I'm writting a small library for SuperForth, in order to make the
development of a project easier.  The big part is written in Forth, but
some low level words are written in assembly for speed. Now I'm starting
adding some features of SMSQ/E.

In fact I'm learning 68000 during the development.  I programmed and
still program a lot in Z80, but I never started learning 68000 when I
used my real QL or the QXL. Now I'm using SMSQmulator.

I already had Dilwyn's Display toolkit in my boot, but didn't remember
it includes the keywords whose code I need, and the sources. I've done
the first tries adapting the relevant code. One of the beauties of Forth
is parameters are ready to use on its own stack, what makes unnecessary
most checkings and manipulations. Beside, Forth uses channel ID numbers
directly, without the abstraction of the SBASIC channel numbers.  So the
main task consists of removing the SBASIC stuff from the relevant code
and interfacing with the Forth stack.

I have some new doubts I'll consult in separate messages.

Regards.

-- 
Marcos Cruz
http://programandala.net
_______________________________________________
QL-Users Mailing List

Reply via email to