 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jacob Havkrog Guest
|
Posted: Sun Apr 08, 2007 5:50 pm Post subject: Which versions of Delphi does Fastcode support? |
|
|
Hi there.
I tried use Fastcode with Delphi 5, but get lots of errors:
Invalid combination of opcode and operands
I guess D5 isn't supported?
I haven't been able to find this information anywwhere ...
Thanks
Jacob |
|
| Back to top |
|
 |
Lars G Guest
|
Posted: Sun Apr 08, 2007 10:04 pm Post subject: Re: Which versions of Delphi does Fastcode support? |
|
|
Hi
"Jacob Havkrog" <a (AT) a (DOT) a> skrev i en meddelelse
news:4618e500$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I tried use Fastcode with Delphi 5, but get lots of errors:
Invalid combination of opcode and operands
I guess D5 isn't supported?
I haven't been able to find this information anywwhere ...
|
Now we are 2 that can't find that info :-)
But it is
D6
D7
D2005
D2206
If you download one off the B&W for example
StrComp270.zip
from http://fastcode.sourceforge.net/
There is easy to see the validation files.
\Lars |
|
| Back to top |
|
 |
Anders Isaksson Guest
|
Posted: Sun Apr 08, 2007 11:54 pm Post subject: Re: Which versions of Delphi does Fastcode support? |
|
|
Jacob Havkrog wrote:
| Quote: | I tried use Fastcode with Delphi 5, but get lots of errors:
Invalid combination of opcode and operands
|
Most of those can be fixed with the appropriate size prefix, eg.
MOV AX, BYTE PTR [ECX];
(off the top of my head, so probably wrong basm, but you get the idea).
You'll have to verify the functions again to be sure you've made the correct
changes.
Unfortunately, there are also a lot of opcodes that D5 doesn't recognize,
which have to be entered as
DB xx, yy, ...
instead. Eric Grange has made an 'assembler' call egAsm, but I can't find it
right now.
See
http://delphi.newswhat.com/geoxml/forumhistorythread?groupname=borland.public.delphi.language.basm&messageid=4448c79c$1 (AT) newsgroups (DOT) borland.com
or
http://tinyurl.com/ywnx5n
for a previous discussion about D5 and Fastcode.
--
Anders Isaksson, Sweden
BlockCAD: http://web.telia.com/~u16122508/proglego.htm
Gallery: http://web.telia.com/~u16122508/gallery/index.htm |
|
| Back to top |
|
 |
Uffe Kousgaard Guest
|
Posted: Sun Apr 08, 2007 11:55 pm Post subject: Re: Which versions of Delphi does Fastcode support? |
|
|
Look at: http://fastcode.sourceforge.net/
Click on "Info", scroll to the end, click "Unoffical version" and you end
here:
http://fastcode.sourceforge.net/FastcodeFileDownloads/74.htm
It says D5 isn't supported.
"Jacob Havkrog" <a (AT) a (DOT) a> wrote in message
news:4618e500$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi there.
I tried use Fastcode with Delphi 5, but get lots of errors:
Invalid combination of opcode and operands
I guess D5 isn't supported?
I haven't been able to find this information anywwhere ...
Thanks
Jacob
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|