IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

How to access array elemnts in assembler

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> PL/I & ASSEMBLER
View previous topic :: View next topic  
Author Message
kalpana



Joined: 19 Nov 2004
Posts: 25
Location: Banglore

Posted: Fri Jul 18, 2008 7:47 pm    Post subject: How to access array elemnts in assembler  

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  
Robert Sample



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

Posted: Fri Jul 18, 2008 8:05 pm    Post subject:  

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  
kalpana



Joined: 19 Nov 2004
Posts: 25
Location: Banglore

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

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

and array elements accessing
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> PL/I & ASSEMBLER
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM