The MASM Forum

General => The Campus => Topic started by: asmcoder on August 06, 2013, 01:23:34 PM

Title: masmApiCall.api help
Post by: asmcoder on August 06, 2013, 01:23:34 PM
hi guys,

I am using radasm write kernel sys file , but it's inconvenient because kernel api、constant、struct  are not included in masmApiCall.api 、masmApiConst.api...

any new there files including kernel information ?

regards.
Title: Re: masmApiCall.api help
Post by: qWord on August 07, 2013, 12:09:06 AM
You probably need to write your own API files for that purpose. However, you might be able to use your favorite RegEx-tool/text editor to transform existing include files to API files...