Re: Linux/390 Assembler Guru's...

2003-04-05 Thread John Alvord
On Sat, 5 Apr 2003 05:00:10 -0600, Phil Howard [EMAIL PROTECTED] wrote: On Fri, Apr 04, 2003 at 06:51:43PM -0600, Lucius, Leland wrote: | For instance, calling BZ2_bzBuffToBuffCompress() would | require you | to reserve the standard 96 bytes, plus 8 more since it has 7 |

Re: Linux/390 Assembler Guru's...

2003-04-04 Thread Paul Raulerson
AM Subject: Re: Linux/390 Assembler Guru's... Paul, Ya. Get on the Linux/390 list. mailto://[EMAIL PROTECTED] with subscribe LINUX-390 firstname lastname in the email body. The folks there will LOVE to help you out. Several on this list are also on the Linux/390 list, so you'll get

Re: Linux/390 Assembler Guru's...

2003-04-04 Thread Lucius, Leland
Hi Paul, I did something similar. Except I took C source, compiled it under Linux, used TAS to assemble it, and linked it up on OS/390 to produce non-LE based zlib and bzip2 libraries. You can find the libraries in the assembler section over at http://www.homerow.net, but here's a snippet from

Re: Linux/390 Assembler Guru's...

2003-04-04 Thread Lucius, Leland
Paul, You probably already know about it, but IBM's ELF Application Binary Interface Supplement describes the calling conventions quite nicely. http://www10.software.ibm.com/developerworks/opensource/linux390/documentati on-2.4.19-may2002.shtml Leland

Re: Linux/390 Assembler Guru's...

2003-04-04 Thread John Summerfield
On Fri, 4 Apr 2003, Lucius, Leland wrote: Hi Paul, I did something similar. Except I took C source, compiled it under Linux, used TAS to assemble it, and linked it up on OS/390 to produce non-LE based zlib and bzip2 libraries. You can find the libraries in the assembler section over at

Re: Linux/390 Assembler Guru's...

2003-04-04 Thread Lucius, Leland
For instance, calling BZ2_bzBuffToBuffCompress() would require you to reserve the standard 96 bytes, plus 8 more since it has 7 parameters. So: LR15,Stkptr Get address of stack AL R15,=F'4096' Point to end of stack

Linux/390 Assembler

2002-02-22 Thread Rengasamy, Samy
Is there a link to read and use Linux/390 Assembly Language? Thanks, Samy Rengasamy. -Original Message- From: Michael Grundy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: DProbes S/390 port available Hi Everyone - Just wanted to