flat assembler
Message board for the users of flat assembler.
Index
> Windows > help with n64 plugin specs |
Author |
|
Garthower 11 Mar 2007, 03:36
Use can try this:
Code: struct PLUGIN_INFO Version dw ? Type dw ? Name db 100 dup (?) NormalMemory dd ? MemoryBswaped dd ? ends PLUGIN_INFO PluginInfo proc GetDllInfo PluginInfo mov [PluginInfo.Version], 0101H mov [PluginInfo.Type],PLUGIN_TYPE_AUDIO stdcall lstrcpyA,PluginInfo.Name,DLLName mov[PluginInfo.NormalMemory],TRUE mov[PluginInfo.MemoryBswaped],TRUE ret DLLName db 'No Sound',0 endp But is better will already declare in advance filled structure in section of data, and then it simply to copy to the necessary address. |
|||
11 Mar 2007, 03:36 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.