KDahir247 / Assembly_Studies

Practice ASM (Currently) x86 assembly to further understand what higher-level code gets compiled from a compiler and be able to interpret it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X86AssemblyPratice

Practicing MASM (Currently) x86 assembly to further understand what higher level code get compiled to from a compiler and be able to interpret it. Will Practice FASM eventually and ARM.

MASM exercise
Basic Arithmetic, Floating Point, String, SIMD, SSE, AVX, and other misc like input, output, etc..


Inspired by Mike Acton talk regarding to Data Oriented Display the importance of reading/writting assembly for truly understanding what happens to your code. https://www.youtube.com/watch?v=rX0ItVEVjHc&t=268s

Plus I enjoy writing in Assembly!!

About

Practice ASM (Currently) x86 assembly to further understand what higher-level code gets compiled from a compiler and be able to interpret it.

License:MIT License


Languages

Language:Assembly 77.0%Language:C++ 22.2%Language:C 0.8%