SEAforth-1.1.2
It was a zip file, which unzipped into three folders
apps
bios
t18
I dragged the file
seaforth
over from the apps folder to SwiftForth and it showed the following
SEAforth T18 Version 1.1.2
compiling node 1 0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ok
Might this be useful to somebody?
jason
I'm not even sure that the stack display is working right. Even
without trying to push something new on the stack, '+' is not doing
what I would expect:
.s
35555 15557 1555D 3D300
15555 15555 1D5D5 15455 3D300 3D200
ok
+
15557 1555D 3D300 15455
35555 15555 15555 1D5D5 15455 3D200
Keep in mind that they didn't say this was anything more than a
prototype project right now. You have done real good getting it this
far, but it might take some deep debugging to make it really work.
IntellaSys is going through some reorganizations right now, so we may
need to wait until they get through that process before we get any
answers out of them.
In the mean time, if you haven't seen them already, you might take a
look at the tools I posted at http://code.google.com/p/vf-plugins/.
Not to discourage you from continuing to debug the IDB project, but to
give you a distraction if you get frustrated. I will keep trying to
figure out how the IDB works too, but I was also about to do quite a
lot with the chip without it.
DaR