Basics2

Match 11th, 2025 | Logan Smith

This video initially covers how to call subroutines that are in separate assembly files in NASM. The tutorial progresses by discussing the use of single-instruction-multiple-data (SIMD) registers and instructions to operate on more than one value using only one instruction. To achieve this, the tutorial also covers how to create arrays in NASM. Finally, the video discusses how to use comparison and jump instructions to jump to different points in a program.