... 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......
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...
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...
... 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...
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...
See attached file. . \ rbs\PATCHES.f A modified f83 utility (PATCH) with more error checks etc. Dependencies: qenough \ simple abort if not enough input...
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) ... ...
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)....
... 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...
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...
... 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...
... 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 ...
... 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...
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...
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...
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...
... 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...
... 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...
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. ...
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...
... 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...
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...
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...
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)...
... 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...