in Search
ATTENTION: I've decided to put the upgrade on hold due to a compatibility issue of our server environment with the latest CS installer package. CS 2008 now requires SQL Server 2005 as the backend DB but our database server currenlty has SQL Server 2000 installed on it. I'll resume the upgrade once I figure out when Telligent is releasing a patch to the schema compatibility issue. For now, we will continue to use the old version of CS while waiting for the said patch. If you have any questions about this process, please don't hesitate to post them on our forums and I'll answer them as soon as I can. Thanks for your patience and support guys! I'll let you know as soon as this is resolved. - Keith Rull
Latest post 08-24-2008 9:16 PM by modchip. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 08-21-2008 8:39 PM

    • modchip
    • Top 10 Contributor
    • Joined on 02-09-2006
    • Ivalice
    • Posts 710
    • Points 10,110

    OOP In Assembly: How-to?

    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!

    • Post Points: 20
  • 08-21-2008 10:19 PM In reply to

    • jop
    • Top 25 Contributor
    • Joined on 08-08-2006
    • Singapore
    • Posts 187
    • Points 3,170

    Re: OOP In Assembly: How-to?

     San mo nakita? Any links?

    [jop]

    • Post Points: 20
  • 08-22-2008 12:20 AM In reply to

    • modchip
    • Top 10 Contributor
    • Joined on 02-09-2006
    • Ivalice
    • Posts 710
    • Points 10,110

    Re: OOP In Assembly: How-to?

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

    • Post Points: 20
  • 08-22-2008 12:33 AM In reply to

    • cvega
    • Top 10 Contributor
    • Joined on 11-25-2005
    • Posts 497
    • Points 8,455

    Re: OOP In Assembly: How-to?

    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
  • 08-22-2008 12:40 AM In reply to

    • modchip
    • Top 10 Contributor
    • Joined on 02-09-2006
    • Ivalice
    • Posts 710
    • Points 10,110

    Re: OOP In Assembly: How-to?

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

    • Post Points: 20
  • 08-22-2008 1:07 AM In reply to

    • cvega
    • Top 10 Contributor
    • Joined on 11-25-2005
    • Posts 497
    • Points 8,455

    Re: OOP In Assembly: How-to?

    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
  • 08-24-2008 9:16 PM In reply to

    • modchip
    • Top 10 Contributor
    • Joined on 02-09-2006
    • Ivalice
    • Posts 710
    • Points 10,110

    Re: OOP In Assembly: How-to?

    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

    • Post Points: 5
Page 1 of 1 (7 items)