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

amd64

Home ยป amd64
YASM x86-64 Assembly Functions Tutorial – Integers, Floats, Pointers, ABI, C++ Interoperability
Posted inAssembly Language Coding Computer Science

YASM x86-64 Assembly Functions Tutorial – Integers, Floats, Pointers, ABI, C++ Interoperability

Learn how to write callable functions in YASM x86-64 assembly on Ubuntu. Covers passing integers, pointers, and floating-point values, using the correct registers (RDI, RSI, XMM0, etc.), returning values in RAX/XMM0, extern \"C\" for C++ interop, and building a hybrid C++/Assembly program.
Posted by mike March 22, 2026

Recent Posts

  • YASM x86-64 Assembly Functions Tutorial – Integers, Floats, Pointers, ABI, C++ Interoperability
  • x86-64 Assembly: Local Variables, Stack Frames & Alignment Explained
  • The Call Stack Explained: Call Frames, Return Addresses, Local Variables
  • Mixed Function Arguments in x86-64 Assembly – Integers & Floats Explained
  • x86-64 Assembly Pointers & Dereferencing Explained – Hybrid C++/YASM Example

Recent Comments

No comments to show.

Archives

  • March 2026
  • February 2026
  • 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