call

Assembly Syntax

call label

Implementation

jmpl address, %o7

Operation

Causes an unconditional, delayed PC_relative control transfer to address "PC+ (4xdisp30)" and copies the contents of the PC into reg15.

Comments

none

Example

call subroutine_2

Instruction format

Home Page Index Page All Synthetic Instructions