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!!