x86 Assembler needed

John Line 0 Reputation points
2023-01-22T20:44:37.7733333+00:00

I need (want) to write in x86 Assembler (again). I used to use MASM on an 8086 PC, many years ago, and want to "convert" various games I wrote, to run on "modern" hardware - better graphics, sound, speed, etc..

Does anybody know of a "modern" Assembler for Window 11, particularly one with an IDE.

Or, would you suggest I use a C++ Project in VS 2022, but that would be a whole new learning curve!

Thanks in advance! :-)

Developer technologies C++
{count} votes

2 answers

Sort by: Most helpful
  1. RLWA32 49,461 Reputation points
    2023-01-22T22:02:30.99+00:00

    When the C++ workload is installed in VS2022 it also includes the 32-bit and 64-bit assemblers. I haven't worked with MASM in quite a while, but the web is full of tutorials/videos about configuring a VS assembly language project (as opposed to using inline asm in a 32-bit C/C++ project).

    0 comments No comments

  2. WayneAKing 4,931 Reputation points
    2023-01-24T02:41:18.24+00:00

    Also see:

    The Go tools for Windows + Assembler

    https://www.godevtool.com/

    • Wayne
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.