"IBM Mainframe Assembler List" <[email protected]> wrote on 
02/10/2022 11:04:13 AM:
> In Assembler there are many machine instructions that are suitable 
> for calling subroutines:
>    - They go somewhere,
>    - But they also set a register that can be used to return to the 
> next following instruction.
> 
> These instructions include:
>    - BAL   (Branch and link)
>    - BALR  (Branch and link register)
>    - BAS   (Branch and save)
>    - JAS   (jump and save)
>    - BRAS  (Branch relative and save)
>    - BRASL (Branch relative and save long)
>    - BASSM (Branch and save and set mode)
> 
> My question is this...
> What is the collective name for these instructions?


        Including BASR...  I call them "subroutine invocation 
instructions" -- keeping in mind that there are both internal and external 
subroutines.


Sincerely,

Dave Clark
-- 
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331




*********************************************************************************************
This email message and any attachments is for use only by the named 
addressee(s) and may contain confidential, privileged and/or proprietary 
information. If you have received this message in error, please 
immediately notify the sender and delete and destroy the message and all 
copies. All unauthorized direct or indirect use or disclosure of this 
message is strictly prohibited. No right to confidentiality or privilege 
is waived or lost by any error in transmission. 
*********************************************************************************************

Reply via email to