DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

OOP In Assembly: How-to?

rated by 0 users
This post has 6 Replies | 0 Followers

Top 10 Contributor
Posts 753
Points 10,150
modchip Posted: 08-21-2008 8:39 PM

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!

Top 25 Contributor
Posts 192
Points 3,255

 San mo nakita? Any links?

[jop]

  • | Post Points: 20
Top 10 Contributor
Posts 753
Points 10,150

Marami nakapost dun sa asmcommunity at masmforum -- pero masyadong malalim mga topics para sa akin. Wala akong mahanap na talagang nagsstart sa basic. :(

Top 10 Contributor
Posts 498
Points 8,375

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

Chris Vega This posting is provided "AS IS" with no warranties, and confers no rights My Weblog|Visit MSDN Community
  • | Post Points: 20
Top 10 Contributor
Posts 753
Points 10,150

HLA has it buit-in! Surprise Well, anyways, I don't know how to write in HLA anyway.

Top 10 Contributor
Posts 498
Points 8,375

HLA is similar to MASM, except in C like order :)

Chris Vega This posting is provided "AS IS" with no warranties, and confers no rights My Weblog|Visit MSDN Community
  • | Post Points: 20
Top 10 Contributor
Posts 753
Points 10,150

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

Page 1 of 1 (7 items) | RSS

Copyright DevPinoy 2005-2008