11

Writing x86 assembly code in VS Code feels so weird. I mean, I'm using something that's built using crazily high level languages (JS, HTML, CSS), on top of a mammoth runtime environment (Node, V8), which is itself sitting on a modern and sophisticated operating system (Antergos), and I'm writing code that shifts bits and bytes around in memory in order to get one part of my C program to run just a little faster. Wow.

Comments
  • 2
    To me it just shows that we use things supposed to make the coding part easier and faster but that actually produces too complexes programs that uses lots of ressources (CPU/RAM) for nothing...
Add Comment