Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to access array elemnts in assembler

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
kalpana

New User


Joined: 19 Nov 2004
Posts: 25
Location: Banglore

PostPosted: Fri Jul 18, 2008 7:47 pm    Post subject: How to access array elemnts in assembler
Reply with quote

can any one please answer to these below instruction questions?

1) How to pass paramters to the sub program? How it will be recieved by calling program? How the control is sent back to called program?
2)How to access array elemnts in assembler?
3)How to suppress leading zeros using edit instruction?

Many thanks in advance
Kalpana
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 936
Location: Atlanta, GA

PostPosted: Fri Jul 18, 2008 8:05 pm    Post subject:
Reply with quote

I am not an Assembler expert, but:
1. Set up an address block in memory. The first parameter's address goes at offset 0, the second parameter's address goes at offset 4, etc. The last address has the high-order bit set to '1' to indicate the end of the list. Load the address of block into register 1. The called program uses register 1 to load the parameter addresses. Under standard register conventions, register 14 contains the return address upon entry into the subroutine.
2. Trick question. There's no such thing as arrays, per se, in Assembler. All Assembler instructions use offsets from registers to determine addresses.
3. Look into the ED or EDMK instructions.
Back to top
View user's profile Send private message
kalpana

New User


Joined: 19 Nov 2004
Posts: 25
Location: Banglore

PostPosted: Fri Jul 18, 2008 8:28 pm    Post subject: Reply to: How to access array elemnts in assembler
Reply with quote

can you please explain me with sample code for sub program concept.

and array elements accessing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1