The MASM Forum

General => The Campus => Topic started by: daydreamer on April 18, 2019, 11:25:06 PM

Title: should this be possible with masm32 on windows
Post by: daydreamer on April 18, 2019, 11:25:06 PM
https://docs.microsoft.com/en-us/windows/uwp/get-started/create-a-basic-windows-10-app-in-cpp (https://docs.microsoft.com/en-us/windows/uwp/get-started/create-a-basic-windows-10-app-in-cpp)
probably possible with workaround 1:inline asm,2:let compiler output assembly listing
I also remember there was a great coder that made a ARM 3dgame before

I think I need to ask MS about the ARM,ARM64 if its a different MASM assembler or a compiler that compiles directly to ARM,if nobody can give any answer here

Title: Re: should this be possible with masm32 on windows
Post by: hutch-- on April 19, 2019, 06:53:18 AM
You would be wasting your time Magnus, it is specifically for C++ from VC 2017 and Win10.
Title: Re: should this be possible with masm32 on windows
Post by: aw27 on April 19, 2019, 07:03:02 AM
Quote from: daydreamer on April 18, 2019, 11:25:06 PM
https://docs.microsoft.com/en-us/windows/uwp/get-started/create-a-basic-windows-10-app-in-cpp (https://docs.microsoft.com/en-us/windows/uwp/get-started/create-a-basic-windows-10-app-in-cpp)
probably possible with workaround 1:inline asm,2:let compiler output assembly listing
I also remember there was a great coder that made a ARM 3dgame before

I think I need to ask MS about the ARM,ARM64 if its a different MASM assembler or a compiler that compiles directly to ARM,if nobody can give any answer here

You have Armasm, the Microsoft Arm Assembler.
I have never used it and have no plans to use.
Title: Re: should this be possible with masm32 on windows
Post by: daydreamer on April 19, 2019, 05:42:22 PM
Quote from: hutch-- on April 19, 2019, 06:53:18 AM
You would be wasting your time Magnus, it is specifically for C++ from VC 2017 and Win10.
maybe,but this crossplatform api appeals to me