CS420 8 - How to Edit Assembly Tutorial

Support us on Patreon: Learn how to edit assembly code in games with our assembly tutorial. Changing variables was easy, to find the relevant assembly code and edit it does requires a lot more work. There are multiple types of assembly, including x86/x64, ARM & PowerPC. We will be focusing on x86 / x64 in our assembly tutorial which is probably what your computer runs, using Intel and AMD chips. Editing assembly is simple if the game is made with compiled language such as C & C .
Back to Top