tags:

views:

16

answers:

1

I just downloaded Embarcadero Delphi 2010 (the trial version). tasm32 and the related stuffs (ilink32, implib, impdef, etc) are still available in it. Still they lack header files and import libs, but fortunately that can be solved by win2inc, implib, etc.

The final result can be called TASM32 SDK (in a similar way like MASM32 SDK do).

Considering Delphi is a commercial product, I plan to use this SDK for personal usage only (and of course non commercially).

Is this legal or not?

A: 

"Is this legal or not?"

That depends on the country.

Also, "legality" doesn't have a binary yes/no value (instead the result may depend on arguments made in a court of law, if the question ever even goes to court).

ChrisW
Ouch. Guess I have to switch to another assembler.And I also heard maintaining header files isn't an easy job to do...
anta40