IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Assembler Questions


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sree reddy

New User


Joined: 20 Jul 2007
Posts: 27
Location: bangalore

PostPosted: Wed Jun 06, 2012 9:35 am
Reply with quote

Hi i am new to Assembler i have below questions


1. How to pass data from main program to sub program ?
2. How to debug Assembler program are there any tools to debug ?

Could anyone please answer the questions

Thanks
Sree
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jun 06, 2012 12:45 pm
Reply with quote

Hi,

1. By convention, R1 is used to address the data to be passed. R1 would point to a (list of) address(es) of field(s) passed. thwe high-order bit of the last address in the list is set 'on'.

2. There are numerous debugging tools which can handl;e Assembler (e.g. IBM Debug Tool, Expediter)

Garry.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
Search our Forums:

Back to Top