Talk:IBM Basic assembly language and successors: Difference between revisions

Content deleted Content added
Somitcw (talk | contribs)
Somitcw (talk | contribs)
Line 65:
 
[[User:Lazyzee|Lazyzee]] ([[User talk:Lazyzee|talk]]) <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|undated]] comment added 20:35, 5 February 2013 (UTC)</span><!--Template:Undated--> <!--Autosigned by SineBot-->
<br />
<br />
For PCP, MFT, MVT, VS1, SVS, MVS, CMS, to zOS:
 
HELLO CSECT ,
PRINT ON,GEN,DATA I want to see all
USING HELLO,15 Register 15 points to entry address
WTO 'Hello world',ROUTCDE=11 Issue SVC X'35'
DROP 15 WTO zeroed register 15
SVC 3 Return to caller
END , End of this program
[[User:Somitcw|Somitcw]] ([[User talk:Somitcw|talk]]) 17:22, 29 May 2015 (UTC)<br />
 
==Instruction Format==