Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10940 - 10969 of 13642   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10940
... you an ... I've compiled gkernel.exe as per above instructions but when executed it crashes with: GKERNEL executed an invalid instruction in module...
edsa_au
Offline Send Email
Mar 3, 2006
4:01 pm
10941
... You're using a 486, Pentium or Pentium MMX which doesn't support the CMOVcc instructions. The STC code needs a PII or better. George...
George Hubert
georgeahubert
Offline Send Email
Mar 3, 2006
4:55 pm
10942
... get ... the ... Well, that would explain it then :) Thanks....
Ed
edsa_au
Offline Send Email
Mar 3, 2006
6:18 pm
10943
... It could be possible to replace the CMOVcc instructions; there aren't that many of them. I may look at this at some time. I'm also sorry I haven't posted...
Alex McDonald
alextangent
Offline Send Email
Mar 3, 2006
7:25 pm
10944
... Or do both from compile time using somtehing like by detecting the CMOVcc capabillity first and then use: CMOVEsuported: code CMOVcc ...
Jos van de Ven
josven2001
Offline Send Email
Mar 4, 2006
12:19 pm
10945
... aren't ... I ... had ... I've made the changes and it appears to run on a Pentium MMX. I did some speed tests comparing the STC kernel against the original...
Ed
edsa_au
Offline Send Email
Mar 6, 2006
4:14 pm
10946
... Can you upload your changes to the yahoo file area? So we (Alex) can integrate in his code. Maybe we should create a new modul for the STC-Kerneal in our...
Dirk Busch
dirkbuschde
Offline Send Email
Mar 6, 2006
4:22 pm
10947
... That would be useful so we can see how it performs on later machines (versus the CMOV version) and decide whether it would be beneficial to test for those...
George Hubert
georgeahubert
Offline Send Email
Mar 6, 2006
5:19 pm
10948
... New version 0.1.13 uploaded; minor changes from the last released 0.1.12. Vocabularies are "iterable"; see kwords for a use of a self-iterating vocabulary....
Alex McDonald
alextangent
Offline Send Email
Mar 6, 2006
5:53 pm
10949
... I didn't use a benchmark as I have doubts how realistic such tests are. Instead I timed one of my applications. The app is heavy on I/O reading a large...
Ed
edsa_au
Offline Send Email
Mar 7, 2006
3:02 am
10950
POINT EXAMPLE FAILS error 13 line 3 Var x (NOT A SUPER OBJECT) IN SHORT NOTHING in the learn oop page runs very nicely on windows 95b please please need help...
vaeronique
Offline Send Email
Mar 9, 2006
10:45 am
10951
... Error 13 is undefined word. VAR is not defined in W32F. You need to use INT instead and remove all GET: methods, replace PUT: methods with TO and ADD:...
George Hubert
georgeahubert
Offline Send Email
Mar 9, 2006
12:29 pm
10952
... windows 95b ... Actually it's -13...
George Hubert
georgeahubert
Offline Send Email
Mar 10, 2006
1:05 pm
10953
Win32forth v4stc 0.1 (win32forth V4.2 compatiable Subroutine Threaded Code) Modify from Win32forth v4.2 build 0671 by Lcc Wizard email: lccw@......
Lcc Wizard
lccwizard
Offline Send Email
Mar 12, 2006
5:02 am
10954
... I did some tests. It is about 2 till 3 times faster than version 6.11.08 (denest test) But there is sill some work to do... The decompiler shows inline...
Jos van de Ven
josven2001
Offline Send Email
Mar 12, 2006
1:32 pm
10955
Thought that those error messages when this new version compiled might be the problem , please can sombody help the rest of us with some simple , examples for...
vaeronique
Offline Send Email
Mar 12, 2006
2:43 pm
10956
What a loverly group of angels these forth coders are justify my waning faith in humanity ! very very ta George long long may you prosper ,ps delete this...
vaeronique
Offline Send Email
Mar 12, 2006
2:47 pm
10957
I am a homeless man living on the streets of cape town south africa www.vaer.za.net mailto: admin@... I recently due to much interest from...
vaeronique
Offline Send Email
Mar 12, 2006
3:04 pm
10958
... turn off inline may be better for novice (there is no such option in this version) ... I'm not good at English, can you explain this line again? ... Sorry,...
Lcc Wizard
lccwizard
Offline Send Email
Mar 12, 2006
3:04 pm
10959
... Most of the code I write do not need optimized code to get a fast result. When I need a fast result I use a CODE word that is written to do the task in a...
Jos van de Ven
josven2001
Offline Send Email
Mar 12, 2006
6:21 pm
10960
... in-system 0 value inline-csp-bak ... csp @ to inline-csp-bak !csp [ also assembler ] init-asm [ previous ] [compile] [ ; immediate also assembler...
Lcc Wizard
lccwizard
Offline Send Email
Mar 12, 2006
9:30 pm
10961
... It's ok to run fcp.f, but _fcp3D.f use some words not exist on v4.2 (and 4>r problem) ... on a celeron 83*10.5: go Book Move found: f8-b4 r . b q k . . r p...
Lcc Wizard
lccwizard
Offline Send Email
Mar 12, 2006
10:22 pm
10962
... in this ... speed. ... assembler) ... version, ... Shouldn't it be ... 2>r postpone 2>r ; immediate since the order should be the same, and POSTPONE (an...
George Hubert
georgeahubert
Offline Send Email
Mar 13, 2006
12:02 pm
10963
Batteling to understand the mops oop metaphor and how specifically you implement forth is there anyone who cam help me put my code into a window ...for code...
vaeronique
Offline Send Email
Mar 14, 2006
9:28 am
10964
... The Heap is just a large block of memory that the OS manages for you. Rather than have to always use a fixed amount of memory (which can result in a lot of...
George Hubert
georgeahubert
Offline Send Email
Mar 14, 2006
11:42 am
10965
... Threaded Code) ... I dug old copies of Chess and 4thClock (from my old 486 computer) and they both compiled and ran OK (the Chess program was noticably ...
George Hubert
georgeahubert
Offline Send Email
Mar 14, 2006
12:30 pm
10966
... It seems to work OK. I did some tests using Marcel Hendrix's MMU. These are the results; v4.2stc 0.1 CLK 300 MHz 80x80 mm - normal algorithm...
George Hubert
georgeahubert
Offline Send Email
Mar 14, 2006
12:52 pm
10967
... This is a wake-up call for me; time to get the skates on and finish off the STC version I started last year. Let the trials begin! -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Mar 14, 2006
3:24 pm
10968
The following program http://mysite.verizon.net/murphywong/ADVTR.ZIP fails to compile in V4.2stc0.1 though it compiles and runs in V4.2.0671 and V6.11.08 (and...
George Hubert
georgeahubert
Offline Send Email
Mar 14, 2006
3:59 pm
10969
While compiling with V4.2STC0.1 I noticed that it keeps outputting extra characters as well as the expected messages, so there's something wrong with the text...
George Hubert
georgeahubert
Offline Send Email
Mar 14, 2006
4:03 pm
Messages 10940 - 10969 of 13642   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help