Help needed for small assembler script for the iraf package

2019-06-01 Thread Ole Streicher
Dear Itanium specialists, A while ago, I got the "IRAF" package accepted into Debian [1]. Although the code is claimed to be portable, it needs a piece of assembler code for each platform that provides a (sort of) setjmp() to their Fortran variant. A "C" implementation for this looks like: #inc

Re: Help needed for small assembler script for the iraf package

2019-06-01 Thread James Clarke
On 1 Jun 2019, at 15:37, Ole Streicher wrote: > > Dear Itanium specialists, > > A while ago, I got the "IRAF" package accepted into Debian [1]. Although > the code is claimed to be portable, it needs a piece of assembler > code for each platform that provides a (sort of) setjmp() to their > For