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

x86 assembly

Home ยป x86 assembly
Learn Conditional Branching in x86-64 Assembly (YASM/NASM) – CMP, JE, JNE, JL, JG & More
Posted inAssembly Language Coding Computer Science

Learn Conditional Branching in x86-64 Assembly (YASM/NASM) – CMP, JE, JNE, JL, JG & More

Learn how conditional branching really works in x86-64 assembly using CMP and conditional jumps like JE, JNE, JL, JG. See signed vs unsigned comparison instructions and real code examples that show how if-statements are implemented at the machine level.
Posted by mike January 18, 2026
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
Command Line Arguments in Yasm Assembly with GCC: A Practical Guide
Posted inAssembly Language Coding Computer Science

Command Line Arguments in Yasm Assembly with GCC: A Practical Guide

Learn to process command line arguments in Yasm assembly with GCC. Practical x86-64 guide for hybrid programs with clear examples. #Assembly #Programming
Posted by mike September 14, 2025

Recent Posts

  • x86-64 Assembly While Loops Explained Step by Step in YASM – From Concept to Working Program
  • Learn Conditional Branching in x86-64 Assembly (YASM/NASM) – CMP, JE, JNE, JL, JG & More
  • x86-64 Assembly Jump Instructions Explained: Unconditional JMP with Full Example in Yasm
  • Complex If-ElseIf-Else in x86-64 YASM Assembly – Full Guide with Code Examples
  • x86-64 Assembly Bit Manipulation: AND, OR, XOR, NOT, Shifts & Rotates Tutorial

Recent Comments

No comments to show.

Archives

  • January 2026
  • 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 2026 — NeuralLantern.com. All rights reserved. Bloghash WordPress Theme
Scroll to Top