News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

calling directx C++ functions directly from assebly

Started by damos, October 07, 2006, 05:10:34 PM

Previous topic - Next topic

damos

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: