home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff301.lzh
/
IffLib
/
IFFpragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-10
|
1KB
|
34 lines
/*
From: lel@wuphys.UUCP (Lyle E. Levine)
Path: ethz!cernvax!mcvax!uunet!wucs1!wuphys!lel
Newsgroups: comp.sys.amiga.tech
Subject: Re: IFF.LIBRARY
Message-ID: <587@wuphys.UUCP>
Date: 5 Dec 88 03:20:41 GMT
References: <62827UH2@PSUVM>
Reply-To: lel@wuphys.UUCP (Lyle E. Levine)
Organization: Physics Dept., Washington U. in St. Louis
Lines: 43
[ some stuff deleted ]
The easiest way to Lattice-ify this stuff is to replace the #asm code
with some Lattice #pragma statements. The correct statements are:
*/
#pragma libcall IFFBase OpenIFF 1e 801
#pragma libcall IFFBase CloseIFF 24 901
#pragma libcall IFFBase FindChunk 2a 0902
#pragma libcall IFFBase GetBMHD 30 901
#pragma libcall IFFBase GetColorTab 36 8902
#pragma libcall IFFBase DecodePic 3c 8902
#pragma libcall IFFBase SaveBitMap 42 0A9804
#pragma libcall IFFBase SaveClip 48 43210A9808
#pragma libcall IFFBase IffError 4e 00
#pragma libcall IFFBase GetViewModes 54 901
/* This one is new for V16.1, added by CHW: */
#pragma libcall IFFBase NewOpenIFF 5a 0802