IBM Basic assembly language and successors: Difference between revisions

Content deleted Content added
Delete insignificiant "trivia", insert note on exits and interfaces
AnomieBOT (talk | contribs)
Rescuing orphaned refs ("opl_bobm" from rev 1178315680)
Line 141:
</syntaxhighlight>
 
Some notable [[w:nl:Instructieset van IBM 360|instruction]] mnemonics are <code title="Branch And Link Register">BALR</code>{{efn|Most uses of '''BALR''' have been replaced by <code title{{=}}"Branch And Save Register">BASR</code> and similar instructions.}} for a call storing the return address and condition code in a register, <code title="SuperVisor Call">[[Supervisor Call instruction|SVC]]</code>,{{efn|Many uses of <code title{{=}}"SuperVisor Call">[[Supervisor Call instruction|SVC]]</code> have been replaced by a <code title{{=}}"Program Call">PC</code> instruction.}} <code title="Diagnose">DIAG</code>,{{efn|VM repurposes <code title{{=}}"Diagnose">DIAG</code> as an <code title{{=}}"Hypervisor Call">[[Hypervisor|HVC]]</code> instruction.}} and <code title="Zero and Add Packed Decimal">ZAP</code>.<ref name="opl_bobm">{{cite web|url=http://www.bixoft.nl/english/opl_bobm.htm|title=HLASM - List of all Opcodes, Extended Mnemonics and Function Codes, Sorted by Mnemonic|accessdate=January 14, 2013}}</ref>
<!-- Couldn't use <code> within {{efn}}. -->