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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2406 - 2435 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2406
... I don't think that I correctly identified the performance problem at all, now that I've had a chance to play with it a bit. ... That's a possibility but......
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 1, 2003
8:54 am
2407
I'm posting up the pieces I'm working on, feedback welcome on anything else (achievable, please!) you'd like to see. Samll things, in order in which they'll...
Alex McDonald
alextangent
Offline Send Email
Mar 1, 2003
10:58 am
2408
George, I'm not sure this is right because there was no test code but this is 44 BYTES (11 CELLS) and might be somewhat useful as a starting point if you want...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 1, 2003
11:23 am
2409
... We should not make a distinction between read-only and read-write data. I am uploading a utility today that is called patches which is based on the fig f83...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 2, 2003
7:35 pm
2410
This is based on the fig f83 utility once called PATCH. I am currently using this to test mods to the assembler. The text code is simple though. Give it a...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 2, 2003
7:40 pm
2411
See attached file. . \ rbs\PATCHES.f A modified f83 utility (PATCH) with more error checks etc. Dependencies: qenough \ simple abort if not enough input...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 2, 2003
7:41 pm
2412
If you are talking about HOT PATCHING for testing, I agree it is a very useful tool. ... <snip> ... <snip> ... Amen (Actually it kind of a funny thought) ... ...
John Peters
japeters1939
Online Now Send Email
Mar 2, 2003
7:51 pm
2413
This is a stand-alone EXE written in win32forth. It doesn't do anything except run a loop to load a gazillion PROCs (the names are in a recycleable buffer)....
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 2, 2003
8:04 pm
2414
... DEBUG would stop working too, as it modifies docol to a trace function. I wouldn't contemplate for one moment breaking it. ... Yes. ... No, the idea was to...
Alex McDonald
alextangent
Offline Send Email
Mar 2, 2003
9:30 pm
2415
Runs on W2K. Get: Finished loading PROCS... Exiting now ... Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Mar 2, 2003
9:31 pm
2416
I'd like to submit the attached mods for the 486 assembler. Notes inside the attached (non-runnable) F file. It's actually a light touch though it looks like...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
1:27 am
2417
... Thank you Alex. It was evidently the zero bytes in the data section that messed w2k up before....
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
1:31 am
2418
... Don't get me wrong. I wasn't questioning the separation of code and data. That's practically a requirement with these new machines (even mine showed a...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
1:39 am
2419
... Did I forget the attachment again? I can't see it in my inbox. Preliminary mod submission fro 486ASM.F Mods for frmax lbmax frtable lbtable addref ...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
1:52 am
2420
... is 44 ... Not bad.This is my own attempt This is only 32 bytes long and uses EAX and ECX to hold the default xt and value to test 3BC00 8B443B04...
George Hubert <george...
georgeahubert
Offline Send Email
Mar 3, 2003
1:28 pm
2421
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Mar 3, 2003
1:31 pm
2422
I like this kind of PATCH which is from F83s I just code a whole new word and then patch it in to the dictionary in place of the old one and it is called in...
John Peters
japeters1939
Online Now Send Email
Mar 3, 2003
4:25 pm
2423
First of all, here's IsNamedCFA if you need it. ... \ returns nfa or 0 if not a valid cfa ... Here is an example of the display; it's what you get when you...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
5:31 pm
2424
... Wow! :-) Can't wait to play with the example/test code....
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
5:35 pm
2425
... Boy, my memory was sure off. (No big surprise there.) If you want to, try setting your text style to "fixed width" to get your code to look a little more...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
5:58 pm
2426
... It looks like you have a pretty good handle on this stuff but I did work up some mods including a parameter test that doesn't slow it down much. (Actually...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 3, 2003
7:56 pm
2427
George Can this be written as: (25 bytes vs 26 excluding the exec macro) CODE X mov eax , 4 [ebx] [edi] pop ecx @@1: mov ebx , 0 [ebx] [edi] or...
Alex McDonald
alextangent
Offline Send Email
Mar 3, 2003
11:28 pm
2428
To John at the bottom (as usual). :-) Alex, this is a problem in META. @COL is used by TAB. ... As you can see _GETXY is hard coded and cannot be revectored. ...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 4, 2003
7:40 pm
2429
RBS This should work: replace @COL with ... FORTH DEFER @COL META ' _@COL FORTH IS @COL META As you can see, you have to be careful which vocab you're in, and...
Alex McDonald
alextangent
Offline Send Email
Mar 4, 2003
8:44 pm
2430
... Well, if I end up redirecting anything we can be sure it will end up on the list or in a lib or something. Thanks for the tips. Can we make this an...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 5, 2003
1:03 am
2431
All excited ready to upload before and after ... uh... Hmm... That was the definition in meta but @col is also defined in primutils but V @COL turns up...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 5, 2003
1:26 am
2432
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Mar 5, 2003
3:01 am
2433
Heh.. Boy do I feel dumb. (What a rats nest the io stuff is.) Anyway I've got TOBROWSER working. Here's what gets sent to WinEd when you type ... (attached)...
Rainbow Sally
rainbowsally...
Offline Send Email
Mar 5, 2003
3:04 am
2434
... From: Rainbow Sally To: win32forth@yahoogroups.com Sent: Monday, March 03, 2003 9:56 AM Subject: Re: [win32forth] PATCH from F83s John Peters wrote: I like...
John Peters
japeters1939
Online Now Send Email
Mar 5, 2003
6:19 am
2435
I don't know if this information is useful, but here it is. Forwarded by John Peters ... From: "Mike Ghan" <mikeghan@...> To: <sftalk@...>...
John Peters
japeters1939
Online Now Send Email
Mar 5, 2003
6:14 pm
Messages 2406 - 2435 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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