flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid 10 Mar 2004, 19:11
depending on which OOP functionality you desire. If you can develop one with overloading, templates, constructior/desctructor stuff etc., then go on
![]() |
|||
![]() |
|
pelaillo 10 Mar 2004, 20:30
Here is my proposed smaller OOP in fasm !
Same for all oses supported by fasm (fasm rocks) Code: macro new object,class,[args] { call class#.Create,args mov [object],ebx OBJ.object fix class#. } macro objc object,method,[args] { mov ebx,[object] call OBJ.object#method,args } That´s all. If you want a full working example, look here http://board.flatassembler.net/download.php?id=587 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.