CatCompiler.dev

The cat compiler.

Hi! I like cats, computers and compilers and I sometimes write blog posts.

Category: Assembly

  • Floats in 64-bit assembly

    No no, don’t click away yet! You haven’t seen these before – this will cover the modern floating point instructions that use the XMM registers. This article will specifically discuss the SSE floating point instructions in the context of the x86_64 assembly language. SEE stands for “Streaming SIMD Extensions”, it is a group of instructions…