IBM Basic assembly language and successors: Difference between revisions

Content deleted Content added
Examples: Vorschlag gegeben bzw. bearbeitet
Tags: Reverted Mobile edit Mobile web edit
No, an SR that doesn't generate an overflow (subtracting a register from itself won't generate an overflow) is as fast as or faster than XR on S/360 models 30, 40, 50, 65, and 75. Do you have any reliable sources indicating that, on some other models, XR is faster?
Line 192:
DROP 12 The opposite of 'USING'
SR 15,15 Set register 15 to 0 so that the return code (R15) is Zero
 
* Vorschlag: XR 15 ist performanter als SR, substrahieren kostet Prozessortakte
 
BR 14 Return to caller
*