Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Mainframe Technical Interviews:CICSCLIST (Command List)IBM ADABASIBM AS400IBM AssemblerIBM COBOL400IBM COOLPLEXIBM DB400IBM MainFrameIBM MVSIBM NaturalIBM OS 2IBM OS390IBM QMFIBM QSAMIBM REXXIBM RPG400IBM SysplexIDMSIMS DBJCLMQ SeriesVSAM
Copyright © 2018. All Rights Reserved
IBM Assembler Interview Question:
How to initialize a register to 0000?
Submitted by: AdministratorXR Rx,Rx
This is the best way and most efficient way of initializing
the register values or Label values to '0'.
Its because the time required to execute a Logical
Instruction is always less than the Arithmetic Instructions.
e.g SR Rx,Rx consumes more execution time than XR Rx,Rx.
So XR Rx,Rx is a better way to do obtain our target.
Submitted by: Administrator
This is the best way and most efficient way of initializing
the register values or Label values to '0'.
Its because the time required to execute a Logical
Instruction is always less than the Arithmetic Instructions.
e.g SR Rx,Rx consumes more execution time than XR Rx,Rx.
So XR Rx,Rx is a better way to do obtain our target.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.