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

x86-64 assembly

Home » x86-64 assembly
x86-64 Assembly Segfault on printf? Fix Stack Alignment (Yasm + GCC Demo)
Posted inAssembly Language Coding Computer Science

x86-64 Assembly Segfault on printf? Fix Stack Alignment (Yasm + GCC Demo)

x86-64 assembly crashes on printf due to stack alignment. Yasm + GCC hybrid program fixed with push/pop in prologue and epilogue. Live Linux demo.
Posted by mike November 16, 2025
Mix C++, C, and Assembly into One Program – Hybrid Program Full Build Tutorial
Posted inAssembly Language Coding Computer Science

Mix C++, C, and Assembly into One Program – Hybrid Program Full Build Tutorial

Learn to build a hybrid program mixing C++, C, and x86-64 assembly. Covers object files, linking, extern "C", name mangling, and a full Makefile. Run one executable with modules calling each other.
Posted by mike November 9, 2025
Yasm x86-64 Assembly: Instruction Formats, Operands, MOV, ADD, Memory & Registers Explained
Posted inAssembly Language Coding Computer Science

Yasm x86-64 Assembly: Instruction Formats, Operands, MOV, ADD, Memory & Registers Explained

Yasm assembly tutorial: decode instruction formats, operands, mov, add, memory sizes & registers. Fix common crashes. Code-along x86-64 guide for beginners.
Posted by mike November 2, 2025
Master File Copying with System Calls in x86-64 YASM Assembly
Posted inAssembly Language Coding Computer Science

Master File Copying with System Calls in x86-64 YASM Assembly

Learn file copying in x86-64 YASM assembly with system calls. This tutorial covers opening files, using looping buffers, and verifying with MD5 checksums.
Posted by mike October 5, 2025
Master Command Line Arguments in x86-64 Assembly with YASM
Posted inAssembly Language Coding Computer Science

Master Command Line Arguments in x86-64 Assembly with YASM

Learn to access command line arguments in x86-64 YASM assembly on Linux. Master stack handling and argv looping in this clear, practical tutorial!
Posted by mike September 8, 2025
Mastering x86-64 YASM Assembly: Functions Made Simple
Posted inAssembly Language Coding Computer Science

Mastering x86-64 YASM Assembly: Functions Made Simple

Master x86-64 YASM assembly functions! Learn to write, call, and manage arguments & returns in this beginner-friendly tutorial. Avoid crashes & respect the ABI.
Posted by mike August 24, 2025
Mastering System Services in x86-64 Assembly Programming
Posted inAssembly Language Coding Computer Science

Mastering System Services in x86-64 Assembly Programming

Learn x86-64 assembly system services! Master syscalls, file descriptors, and program exits with clear examples in this coding tutorial. #AssemblyProgramming
Posted by mike August 18, 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

Recent Posts

  • x86-64 Assembly Segfault on printf? Fix Stack Alignment (Yasm + GCC Demo)
  • Mix C++, C, and Assembly into One Program – Hybrid Program Full Build Tutorial
  • Yasm x86-64 Assembly: Instruction Formats, Operands, MOV, ADD, Memory & Registers Explained
  • DIY Raspberry Pi Wi-Fi Repeater Part 5: Static Routes and Proof of Success
  • Master File Copying with System Calls in x86-64 YASM Assembly

Recent Comments

No comments to show.

Archives

  • 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
  • Networking
  • Raspberry Pi
  • Videos
Copyright 2025 — NeuralLantern.com. All rights reserved. Bloghash WordPress Theme
Scroll to Top