Skip to content
NeuralLantern.com NeuralLantern.com
  • Home
  • Social Media Links
  • X / Twitter
  • Rumble
  • Youtube
  • Bitchute
  • Minds
  • Odysee
Subscribe

computer architecture

Home » computer architecture
x86-64 Assembly Bit Manipulation: AND, OR, XOR, NOT, Shifts & Rotates Tutorial
Posted inAssembly Language Coding Computer Science

x86-64 Assembly Bit Manipulation: AND, OR, XOR, NOT, Shifts & Rotates Tutorial

Learn bitwise operations in x86-64 assembly language including AND, OR, XOR, NOT, logical and arithmetic shifts, and bit rotations with practical examples and GDB debugging.
Posted by mike December 29, 2025
Signed Integer Division in x86-64 Assembly with IDIV and CQO
Posted inAssembly Language Coding Computer Science

Signed Integer Division in x86-64 Assembly with IDIV and CQO

Step-by-step tutorial on performing signed integer division in x86-64 assembly language using the IDIV instruction and CQO for sign extension. Includes complete working Yasm code on Ubuntu/Linux.
Posted by mike December 14, 2025
How Your CPU Works: Fetch, Decode, Execute Explained
Posted inComputer Science Videos

How Your CPU Works: Fetch, Decode, Execute Explained

Discover how your CPU fetches, decodes, and executes instructions in this beginner-friendly guide. Learn about the clock, RIP register, and ALU in a simple breakdown of computer architecture.
Posted by mike August 10, 2025
Demystifying x86-64 Program Segments: Stack, Heap, and More
Posted inAssembly Language Coding Computer Science

Demystifying x86-64 Program Segments: Stack, Heap, and More

Understand x86-64 program segments like stack, heap, data, and BSS. Learn to avoid segmentation faults and stack overflows in this beginner-friendly coding tutorial.
Posted by mike August 4, 2025
Mastering x86-64 Assembly: A Beginner’s Guide to CPU Registers
Posted inAssembly Language Coding Computer Science

Mastering x86-64 Assembly: A Beginner’s Guide to CPU Registers

Learn x86-64 assembly with this beginner’s guide to CPU registers. Master RAX, RBX, ABI rules, and optimize code. Perfect for low-level programming enthusiasts.
Posted by mike July 27, 2025
Master Data Sizes in x86-64 CPUs: Bytes, Words, D Words, and Quad Words Explained
Posted inComputer Science Videos

Master Data Sizes in x86-64 CPUs: Bytes, Words, D Words, and Quad Words Explained

Learn data sizes in x86-64 CPUs: bytes, words, D words, quad words. Clear guide for coders on assembly & registers. Subscribe for more!
Posted by mike June 9, 2025

Recent Posts

  • x86-64 Assembly Bit Manipulation: AND, OR, XOR, NOT, Shifts & Rotates Tutorial
  • x86-64 Assembly: Integer Data Movement, Pointers, and Dereferencing Explained (YASM on Ubuntu)
  • Signed Integer Division in x86-64 Assembly with IDIV and CQO
  • TP-Link AC600 USB WiFi on Raspberry Pi – How to Compile and Install the Driver from Source (Works!)
  • x86-64 Assembly: Signed Integer Multiplication and Addition with IMUL & ADD (YASM on Ubuntu Linux)

Recent Comments

No comments to show.

Archives

  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • August 2023

Categories

  • Assembly Language
  • Coding
  • Computer Science
  • Conversions
  • Debugging
  • Drivers
  • Networking
  • Raspberry Pi
  • Videos
Copyright 2025 — NeuralLantern.com. All rights reserved. Bloghash WordPress Theme
Scroll to Top