Basics1

March 4th, 2025 | Logan Smith

In this video, we cover important aspects in regards to NASM programming. First, we discuss the stack in a computer's memory, the importance of this pseudoarchitecture, and how to interact with it. Second, we expand our programming capabilities by learning to define and operate on floating point numbers. Lastly, we learn how to define subroutines that make use of the standard calling convention.