X86-assembly/Instructions/ret

From aldeid
Jump to navigation Jump to search
You might also see: Functions
You are here:
ret

Description

RET pops the return address off the stack and returns control to that location.

Syntax

ret

Comments