My First Blog Entry
Hi, This is my first entry on this blog. Currently I am an economic college student. But it doesnot mean I know much about economy. My real speciality is programming. I understand how to create program using MASM32. Why I chose MASM32 where every programmers avoid using it? Yes it is assembly language is complicated and it is difficult, but the result is very efficient. For example lest compare a basic "Hello World" program created by Visual Basic and MASM32, where VB yield a 1 MB application, MASM is only 4 kb.
You can create a tiny application using Java too, but java is not natively for IA-32 Intel Processor. Java is run using virtual machine. Yes Java is cool, because when you code it on one OS you could run it on another OS, but as a virtual application, it was slow.
Here is a basic comparation between an unknown C++ application and MASM32 on speed. I heard that one of our new community members created a basic text parser or something. Where C++ is took a time for 60 hours creating a words table, MASM32 is only just a second. Yes it is there are posibility those C++ is buggy or just that programmers did not know anything about optimization, but still it could gave you a little picture about the speed comparation.
Does every MASM32 application is fast? NO. Depend on your skill and your knowledge about optimization.




