CALL
Instruction
call DumpRegs ; display registersThis
CALL
statement calls a procedure that displays the current values of the CPU registers.
The CALL
instruction calls a procedure by directing the processor to begin execution at a new memory location.
Procedures could be user-defined or built-in.
CALL — Procedure Call |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EXIT
, ENDP
, and END
|
|