Hi all,Recently, I've seen a lot of stuff about doing OOP in assembly language. Most of the stuff I've seen almost fried my brain. So... does anybody have some simple (by simple, I mean very simple) examples to get n00bs like me started? What are the basic requirements? What are its advantages? I would definitely want to learn more about this.Thanks in advance!
San mo nakita? Any links?
[jop]
Marami nakapost dun sa asmcommunity at masmforum -- pero masyadong malalim mga topics para sa akin. Wala akong mahanap na talagang nagsstart sa basic. :(
For a start, you may want to check ObjAsm32. While it works great, it didn't explained the inner working of how OOP is done in assembly. Well, it's not really a library since it's a huge set of macros to emulate the C++ OOP keywords (class, new, etc.,) to get you going with OOP quickly. Since your question can be answered in-dept, I'll write a blog-post for the later, cheers :)Also, check Randy's HLA, he has built OOP in his assembler too (haven't looked as it yet).Cheers,-chris
HLA has it buit-in! Well, anyways, I don't know how to write in HLA anyway.
HLA is similar to MASM, except in C like order :)
I've read your excellent article about this (http://devpinoy.org/blogs/cvega/archive/2008/08/22/how-to-oop-in-assembly-language-part-1.aspx). Will be trying it out when I have freetime!
Thanks for your time! :D