r/Assembly_language • u/This-Assumption-5924 • 23h ago
Project show-off AmmAsm now supports SSE, CMOVcc, and SETcc
This post is second part of: https://www.reddit.com/r/Assembly_language/s/BtzYTyQAyi
I recently finished full implementing CMOVcc, SETcc, and the first group of SSE instructions in my handwritten x86-64 assembler written in C.
Seeing objdump correctly decode the generated object file is always satisfying.
I'm still implementing more of the x86-64 ISA, so if there are instruction groups you'd like to see next, I'd be happy to hear suggestions.