DRDAMIAN ROBINSONindamianrobinson.hashnode.dev·Jan 11, 2025 · 4 min readUsing CPU Registers EffectivelyIn this second foray into Assembly Programming, I get a little into efficiency and memory writes. Here are some examples demonstrating how to use CPU registers effectively for both x86 and ARM architectures. I’ll use registers to perform multiple ope...00
DRDAMIAN ROBINSONindamianrobinson.hashnode.dev·Jan 11, 2025 · 6 min readHow CPUs Process InstructionsI’m diving into the realm of Assembly Programming in my spare time, because I’ve had an interest in truly low-level code for a while, now. I’d like to develop a deeper understand of how all this tech around me operates at the base level, and I hear i...00
DRDAMIAN ROBINSONindamianrobinson.hashnode.dev·Nov 8, 2024 · 4 min readFix Pop! OS Booting To BusyBox Shell 🥸How It Always Begins 🤦🏽♂️ I installed VMWare Workstation Pro and after a few minutes of firing up a new VM, everything on my system just stopped working and I had to do a hard shutdown via the power button. When i rebooted, I found myself staring ...00
DRDAMIAN ROBINSONindamianrobinson.hashnode.dev·Oct 24, 2024 · 3 min readReading From Solana NetworkIn the neon-lit trenches of the blockchain, where transactions dance on a cryptographic tightrope, lurks a vital skill: Reading the Network. This act, akin to deciphering ancient scrolls in a forgotten language, allows programs to glean valuable insi...00
DRDAMIAN ROBINSONindamianrobinson.hashnode.dev·Oct 21, 2024 · 5 min readPolymorphic SwiftPolymorphism: The Shape-Shifter of Code At its core, polymorphism is a fancy way of saying "many forms." It lets you treat different types of objects in a consistent way, which makes your code more flexible and reusable. Think of it like a superhero ...00