Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / x86

X86

x86

Great Reads

by Thomas Daniels
This article will show how to create a simple but complete WoA-native Windows Forms application.
by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths
by Sarthak S
Assembly inspection and hacking with windbg

Latest Articles

by Thomas Daniels
This article will show how to create a simple but complete WoA-native Windows Forms application.
by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths
by Sarthak S
Assembly inspection and hacking with windbg

All Articles

Sort by Score

x86 

by Thomas Daniels
This article will show how to create a simple but complete WoA-native Windows Forms application.
by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths
by Sarthak S
Assembly inspection and hacking with windbg
by Sarthak S
Assembly inspection and hacking with windbg
by Gregory Morse
UTM based on mov is Turing-complete paper x86 and x86-64
by Kewin Rausch
How an application performs metamorphism to adapt and survive in an "hostile" environment.
by Android on Intel
Porting Guide for Unity Game on Intel® Architecture for China Market
by Jeremy C. Ong
In this article we look at transitioning from x86 to Arm or vice versa for non-portable x86 SSE code
by Dawid Borycki
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices.
by codestarman
This project describes an X86 assembler IDE for the MAC developed using JavaFX. The starting point was an X86 emulator developed by the author in C++, which was subsequently ported to C#.