Also, the Makefile is more complete, allowing you to build the patched
ciasdis with: make ../ciasdis
It still has numerous assumptions that may trip people up: the
cf2_analyze folder should be in your /usr/src; AvdH's Forth compiler
"lina" version 4.0.6 should be installed on your system; /usr/bin/cias
and /usr/bin/cidis should be symlinked to /usr/src/ciasdis/ciasdis.
On May 14, 12:46 am, jcomeau_ictx <john.com...@gmail.com> wrote:
> Seehttp://unixshell.unternet.net/src/cf2_analyze/for my current work-
I'm going to have to figure out merging your updates this weekend.
> Still working on commenting the code, but also focusing on making
> the .cul files use relative offsets, to make it easier to apply them
> to other colorForth releases.
>
> So far resisting the urge to mess with the code, though I'm seeing
> lots of opportunities!
If you see any serious mistakes, Chuck would probably be interested.
> Can anyone tell me authoritatively, if this code is booted natively on
> a machine without a serial port, will the serial-port code hang it?
It's been a long time since I've done much work on Intel CPUs, but I suspect
that outs to the serial addresses will work. You would get stuck if an in
is waiting for something specific, but I doubt that the code would hang.
Otherwise, too much debug code wouldn't work on those machines.
Try it and see. ;)
DaR
I'm just barely following what you have discovered, but it sounds like you
are on your way to figuring out how to make Chuck's code more compatible
with more USB controllers. If you can manage to get them to work, or at
least, more of them to work, I suspect Chuck will be very interested. I
know that the USB driver has been a issue for them. I doubt he is listening
to this group, but as you move forward, if we don't hear from anyone in his
group, I can pass along your results. At the moment, I don't think I can
summarize it well enough to pass on much of anything, but I suspect it will
become clearer with time.
On my efforts, I'm chugging alone converting Albert's ciasdis to gforth, or
actually, to something closer to ANS standards. It's pretty well married to
his ciforth at the moment, but I was able to make quite a bit of progress
this last weekend. I only have a couple more files to go and I might have
enough to submit something back to him.
Sounds like good progress on both fronts. ;)
DaR
> -----Original Message-----
> From: color...@googlegroups.com [mailto:color-
> fo...@googlegroups.com] On Behalf Of jcomeau_ictx
> Sent: Sunday, June 06, 2010 6:45 PM
> To: ColorForth
> --
> You received this message because you are subscribed to the Google
> Groups "ColorForth" group.
> To post to this group, send email to Color...@googlegroups.com.
> To unsubscribe from this group, send email to Color-
> Forth+un...@googlegroups.com.
You can download an archive of my latest work at:
http://code.google.com/p/vf-plugins/downloads/detail?name=cfdis.zip
You will need Albert van der Horst's ciadis from:
http://home.hccnet.nl/a.w.m.van.der.horst/forthassembler.html
Or you can just look at the consultation file at:
http://code.google.com/p/vf-plugins/source/browse/trunk/af/OkadWork.cul
Any place where there is a CRAWL, we need to have a name for that jump
target.
Any place where there is a LABELED, we need a name for that data location.
I have added a wiki page to organize your input at:
http://code.google.com/p/vf-plugins/wiki/Labels
I need to make the assembler portions to complete this round trip, and the
disassemblers may change some as I do that, but it's good enough to give you
all a view of where I am headed. Look around at the other pages and feel
free to share your thoughts.
Have fun! ;)
DaR