News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

should this be possible with masm32 on windows

Started by daydreamer, April 18, 2019, 11:25:06 PM

Previous topic - Next topic

daydreamer

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

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

You would be wasting your time Magnus, it is specifically for C++ from VC 2017 and Win10.

aw27

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
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.

daydreamer

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
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding