![]() |
|
|
|
#1
|
|||
|
|||
|
I don't know about the others, but Tasm has one really cool feature..... It supports Object Oriented programming in assembly... Using some complex declarations, you can do pretty much everything which is needed in OO: classes, inheritance... Funny thing, but i do not advise to use it, except if you need to interface with OOP language...
The useful part however is that it lets you write a single method from your class in assembly, so that you can get top performance without sacrificing your nice OO design... |
|
#2
|
|||
|
|||
|
Hi,
I need some suggestions. In fact,I know Masm but not that much. I want to study the best assembeler which can satisfy me in any case. I have encountered HLA . Here is the homepage: h**p://webster.cs.ucr.edu/AsmTools/HLA/index.html I want to know what you think about it. Is it bewtter than others? Does any body have any exprience about it? Does it have all the functionality that others have? Please shade some light. Best Regards, Android. |
|
#3
|
|||
|
|||
|
TASM versus MASM
I use TASM for many years.
Can anybody explain, which different exist between TASM 5.0 and MASM 6.0? It is only a philosophical question? Laura |
|
#4
|
|||
|
|||
|
I use masm most of the time and i'm very satisifed ...
... as there are a lot of possibilites, you should check your own requirements and find the one, that meets those requirements best. If you are starting with assembler, it's more a matter of a good book than the tool ... Kerstin |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Decompiling the mov compiler | chants | General Discussion | 3 | 12-08-2016 21:16 |