Lesson 4 subroutines/functions
Jmps are not easily related to another programming term, they are like half functions. They only jump to another segment of code but dont return. What a function is, is a call. CALL and RET makes up the function.
Jmps are not easily related to another programming term, they are like half functions. They only jump to another segment of code but dont return. What a function is, is a call. CALL and RET makes up the function.