home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newlibs / ifflb161.zoo / IFFpragmas.h < prev    next >
C/C++ Source or Header  |  1988-12-10  |  1KB  |  34 lines

  1. /*
  2. From: lel@wuphys.UUCP (Lyle E. Levine)
  3. Path: ethz!cernvax!mcvax!uunet!wucs1!wuphys!lel
  4. Newsgroups: comp.sys.amiga.tech
  5. Subject: Re: IFF.LIBRARY
  6. Message-ID: <587@wuphys.UUCP>
  7. Date: 5 Dec 88 03:20:41 GMT
  8. References: <62827UH2@PSUVM>
  9. Reply-To: lel@wuphys.UUCP (Lyle E. Levine)
  10. Organization: Physics Dept., Washington U. in St. Louis
  11. Lines: 43
  12.  
  13. [ some stuff deleted ]
  14.  
  15. The easiest way to Lattice-ify this stuff is to replace the #asm code
  16. with some Lattice #pragma statements.  The correct statements are:
  17. */
  18.  
  19. #pragma libcall IFFBase OpenIFF 1e 801
  20. #pragma libcall IFFBase CloseIFF 24 901
  21. #pragma libcall IFFBase FindChunk 2a 0902
  22. #pragma libcall IFFBase GetBMHD 30 901
  23. #pragma libcall IFFBase GetColorTab 36 8902
  24. #pragma libcall IFFBase DecodePic 3c 8902
  25. #pragma libcall IFFBase SaveBitMap 42 0A9804
  26. #pragma libcall IFFBase SaveClip 48 43210A9808
  27. #pragma libcall IFFBase IffError 4e 00
  28. #pragma libcall IFFBase GetViewModes 54 901
  29.  
  30. /* This one is new for V16.1, added by CHW: */
  31.  
  32. #pragma libcall IFFBase NewOpenIFF 5a 0802
  33.  
  34.