69 lines
2.2 KiB
ArmAsm
69 lines
2.2 KiB
ArmAsm
|
;---------------------------------------------------------------------
|
||
|
;
|
||
|
; Published under the MIT Licence
|
||
|
;
|
||
|
; Copyright (c) 1992 Europress Software
|
||
|
; Copyright (c) 2020 Francois Lionet
|
||
|
;
|
||
|
; Permission is hereby granted, free of charge, to any person
|
||
|
; obtaining a copy of this software and associated documentation
|
||
|
; files (the "Software"), to deal in the Software without
|
||
|
; restriction, including without limitation the rights to use,
|
||
|
; copy, modify, merge, publish, distribute, sublicense, and/or
|
||
|
; sell copies of the Software, and to permit persons to whom the
|
||
|
; Software is furnished to do so, subject to the following
|
||
|
; conditions:
|
||
|
;
|
||
|
; The above copyright notice and this permission notice shall be
|
||
|
; included in all copies or substantial portions of the Software.
|
||
|
;
|
||
|
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||
|
; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||
|
; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
|
; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||
|
; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||
|
; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||
|
; ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
||
|
; THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
|
;
|
||
|
;---------------------------------------------------------------------
|
||
|
|
||
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
; +Compext.s, list of the library functions on the 08-05-1996 14:52:22
|
||
|
;
|
||
|
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
L_Cmp_Cold: set 0
|
||
|
L_CmpCall: set 1
|
||
|
L_CmpOpt: set 2
|
||
|
L_Compile1: set 3
|
||
|
L_Compile2: set 4
|
||
|
L_CompErr: set 5
|
||
|
L_Rien: set 6
|
||
|
L_CompLoad0: set 7
|
||
|
L_CompLoad1: set 8
|
||
|
L_CLoad: set 9
|
||
|
L_CompDel: set 10
|
||
|
L_FCall: set 11
|
||
|
L_NFound: set 12
|
||
|
L_OOMem: set 13
|
||
|
L_Errdisc: set 14
|
||
|
L_CompHere: set 15
|
||
|
L_FinComp: set 16
|
||
|
L_CompSize: set 17
|
||
|
L_InppLoad1: set 18
|
||
|
L_InppLoad2: set 19
|
||
|
L_ppLoad: set 20
|
||
|
L_ppBnk_Load: set 21
|
||
|
L_LoadUncrunch: set 22
|
||
|
L_InppSave2: set 23
|
||
|
L_InppSave3: set 24
|
||
|
L_Crunche: set 25
|
||
|
L_FreeCrunchInfo: set 26
|
||
|
L_Openpplib: set 27
|
||
|
L_Closepplib: set 28
|
||
|
L_Squash: set 29
|
||
|
L_UnSquash: set 30
|
||
|
L_Sq: set 31
|
||
|
L_Custom: set 32
|
||
|
L_NoErrors: set 33
|