The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: damos on October 07, 2006, 05:10:34 PM

Title: calling directx C++ functions directly from assebly
Post by: damos on October 07, 2006, 05:10:34 PM
I have been programming directx apps. using mixed C/C++ and assembly. I now find after programming for quite a while that I am much more productive at programming in assembly and would like to continue purely in assembly. One problem though I cannot seem to execute a directX function in the usual manner. I first thought that I could just look at the disassembly of my C sections and work it out from there but even if i more or less copy the dissasembly into my assembly it still doesn't work!! can anybody help? does anyone out there program directx directly from assembly? is there an directX api for assembly? :dazzled:
Title: Re: calling directx C++ functions directly from assebly
Post by: dancho on October 07, 2006, 05:47:59 PM
check Homers tutorial :

http://www.asmcommunity.net/board/index.php?topic=25009.0

or this link on GameDev:

http://www.gamedev.net/reference/list.asp?categoryid=20#201