Posted inAssembly Language Coding Computer Science
x86-64 Assembly Pointers & Dereferencing Explained – Hybrid C++/YASM Example
This video explains pointers and dereferencing in x86-64 YASM assembly and demonstrates passing pointers between assembly and C++ in a hybrid program. We show how to read a C string from assembly, modify a long via pointer dereference so the change is visible in C++, and send assembly-owned data (string, long, double) back to C++ using pointers.














