NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas amigaguide_pragmas.h aml_pragmas.h arexx_pragmas.h asl_pragmas.h battclock_pragmas.h battmem_pragmas.h bevel_pragmas.h bitmap_pragmas.h bullet_pragmas.h button_pragmas.h cardres_pragmas.h checkbox_pragmas.h chooser_pragmas.h cia_pragmas.h clicktab_pragmas.h colorwheel_pragmas.h commodities_pragmas.h console_pragmas.h datatypes_pragmas.h datebrowser_pragmas.h disk_pragmas.h diskfont_pragmas.h dos_pragmas.h drawlist_pragmas.h exec_pragmas.h exec_sysbase_pragmas.h expansion_pragmas.h fuelgauge_pragmas.h gadtools_pragmas.h getfile_pragmas.h getfont_pragmas.h getscreenmode_pragmas.h glyph_pragmas.h graphics_pragmas.h hdwrench_pragmas.h icon_pragmas.h iffparse_pragmas.h input_pragmas.h integer_pragmas.h intuition_pragmas.h keymap_pragmas.h label_pragmas.h layers_pragmas.h layout_pragmas.h listbrowser_pragmas.h locale_pragmas.h lowlevel_pragmas.h mathffp_pragmas.h mathieeedoubbas_pragmas.h mathieeedoubtrans_pragmas.h mathieeesingbas_pragmas.h mathieeesingtrans_pragmas.h mathtrans_pragmas.h misc_pragmas.h nonvolatile_pragmas.h palette_pragmas.h penmap_pragmas.h popcycle_pragmas.h potgo_pragmas.h radiobutton_pragmas.h ramdrive_pragmas.h realtime_pragmas.h requester_pragmas.h resource_pragmas.h rexxsyslib_pragmas.h scroller_pragmas.h slider_pragmas.h space_pragmas.h speedbar_pragmas.h string_pragmas.h texteditor_pragmas.h timer_pragmas.h translator_pragmas.h utility_pragmas.h virtual_pragmas.h wb_pragmas.h window_pragmas.h prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef PRAGMAS_UTILITY_PRAGMAS_H #define PRAGMAS_UTILITY_PRAGMAS_H /* ** $VER: utility_pragmas.h 40.1 (17.5.1996) ** ** Direct ROM interface (pragma) definitions. ** ** Copyright © 2001 Amiga, Inc. ** All Rights Reserved */ #if defined(LATTICE) || defined(__SASC) || defined(_DCC) #ifndef __CLIB_PRAGMA_LIBCALL #define __CLIB_PRAGMA_LIBCALL #endif /* __CLIB_PRAGMA_LIBCALL */ #else /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef __CLIB_PRAGMA_AMICALL #define __CLIB_PRAGMA_AMICALL #endif /* __CLIB_PRAGMA_AMICALL */ #endif /* */ #if defined(__SASC) || defined(__STORM__) #ifndef __CLIB_PRAGMA_TAGCALL #define __CLIB_PRAGMA_TAGCALL #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef CLIB_UTILITY_PROTOS_H #include <clib/utility_protos.h> #endif /* CLIB_UTILITY_PROTOS_H */ /*--- functions in V36 or higher (Release 2.0) ---*/ /* Tag item functions */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FindTagItem 1e 8002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase GetTagData 24 81003 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase PackBoolTags 2a 98003 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase NextTagItem 30 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FilterTagChanges 36 09803 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase MapTags 3c 09803 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase AllocateTagItems 42 001 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase CloneTagItems 48 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FreeTagItems 4e 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase RefreshTagItemClones 54 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase TagInArray 5a 8002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FilterTagItems 60 09803 #endif /* __CLIB_PRAGMA_LIBCALL */ /* Hook functions */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase CallHookPkt 66 9A803 #endif /* __CLIB_PRAGMA_LIBCALL */ /*--- (1 function slot reserved here) ---*/ /* Date functions */ /*--- (1 function slot reserved here) ---*/ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase Amiga2Date 78 8002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase Date2Amiga 7e 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase CheckDate 84 801 #endif /* __CLIB_PRAGMA_LIBCALL */ /* 32 bit integer muliply functions */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase SMult32 8a 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase UMult32 90 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ /* 32 bit integer division funtions. The quotient and the remainder are */ /* returned respectively in d0 and d1 */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase SDivMod32 96 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase UDivMod32 9c 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ /*--- functions in V37 or higher (Release 2.04) ---*/ /* International string routines */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase Stricmp a2 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase Strnicmp a8 09803 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase ToUpper ae 001 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase ToLower b4 001 #endif /* __CLIB_PRAGMA_LIBCALL */ /*--- functions in V39 or higher (Release 3) ---*/ /* More tag Item functions */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase ApplyTagChanges ba 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ /*--- (1 function slot reserved here) ---*/ /* 64 bit integer muliply functions. The results are 64 bit quantities */ /* returned in D0 and D1 */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase SMult64 c6 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase UMult64 cc 1002 #endif /* __CLIB_PRAGMA_LIBCALL */ /* Structure to Tag and Tag to Structure support routines */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase PackStructureTags d2 A9803 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase UnpackStructureTags d8 A9803 #endif /* __CLIB_PRAGMA_LIBCALL */ /* New, object-oriented NameSpaces */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase AddNamedObject de 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase AllocNamedObjectA e4 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_TAGCALL #ifdef __CLIB_PRAGMA_LIBCALL #pragma tagcall UtilityBase AllocNamedObject e4 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #endif /* __CLIB_PRAGMA_TAGCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase AttemptRemNamedObject ea 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FindNamedObject f0 A9803 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase FreeNamedObject f6 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase NamedObjectName fc 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase ReleaseNamedObject 102 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase RemNamedObject 108 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ /* Unique ID generator */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall UtilityBase GetUniqueID 10e 00 #endif /* __CLIB_PRAGMA_LIBCALL */ /*--- (4 function slots reserved here) ---*/ #endif /* PRAGMAS_UTILITY_PRAGMAS_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |