Am Donnerstag, 13. September 2007 06:28 schrieb Sergey Plis: > Hi Bernd, > > I am surrounded by 64 bit machines now and the most powerful ones where I > need to do my computations are strictly 64 bit (my laptop is capable, but I > am running it in 32 because of bigforth). Though I can run bigforth in 32 > bit mode as you have already helped me with this, still cannot bind 64 bit > libraries. I am thinking that you may give an outline of the parts of > bigforth that need to be modified and may be I could have at least started? > I see that signal handler in bigforth.c needs to be changed, but what about > bigforth itself?
All CODE words need to be changed. The assembler needs to be expanded to 64 bit mode (this has already been done in the Gforth assembler, which is derived from the bigForth assembler). The compiler logic itself should work (since it's not so much different), but with 8 more registers, I'd like to change the compiler logic, as well. -- "If you want it done right, you have to do it yourself!" http://www.jwdt.com/~paysan/
pgpJcbCu0w1UR.pgp
Description: PGP signature
