| Re: Xina output behaviour. |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.forth.mac · Group Profile
Author: Robert SpykermanRobert Spykerman Date: Apr 30, 2008 04:53
On Apr 30, 7:43 pm, morrimich...@ gmail.com wrote:
> REQUIRE isn't defined, and the version of Xina that I got from the CVS
> was just the kernel in assembler. But I don't really need base 36, I
> just wanted to play with it (for instance what is R2-D2's model number
> in decimal?). Now if only I could figure out how to use termios using
> assembler. Could I put the tcgetattr and tcsetattr stub calls in the
> kernel without breaking anything?
forth.lab is in the xina-generic subdir.
Or you can get it from lina
invoke xina with forth.lab in your path with
xina -a
which will load the forth.lab file.
You will then get REQUIRE. It works.
I admit, the CVS is pretty untidy - I've got to get them to reset
everything then tidy it up - mea culpa, CVS is a very complicated tool
in retrospect I shouldn't have bothered for such a relatively simple 1
file source project. I thought at the time it might have been a good
idea to try and learn how to use it.
Robert Spykerman
|