Skip to content

krondorl/x64-assembly-starter

Repository files navigation

x64 Assembly Starter

I made a C++ project in Visual Studio 2022 Community Edition to practice x64 Assembly.

This is the result of it.

I based the project on Creel's video on Youtube.

Install Visual Studio 2022

  1. You can download the 2022 Community Edition here.
  2. Install the C++ parts for Visual Studio.
  3. Restart your computer.

Run

In the program menu, choose:

  1. File
  2. Open
  3. Project/Solution
  4. Press F5, or choose Debug / Start Debugging
  5. A console app will open, showing the result

Screenshots

main.cpp

asm

result

License

Please see the LICENSE file.

History

Started in January, 2025.

Releases

No releases published

Packages

No packages published