AminetAminet
Search:
84520 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/asm/fixref.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Fix for ASMOne LinkObjects! to work with SAS-C-Linker
Author:Cyborg at eanet.de
Type:dev/ass
Architecture:m68k-amigaos
Date:1999-03-05
Download:http://aminet.net/dev/asm/fixref.lha - View contents
Readme:http://aminet.net/dev/asm/fixref.readme
Downloads:580

This little programm changes ASMOne LOWERCASE references to SAS-C-UPPERCASE
strings.

Syntax: fxref ( or fixxref :-) ) linkobject.o

Some words about ASMone, Assembler and C ( must not be correct written C ):

SAS-C adds a "_" to the functionname.

Ass:                                            Preass:

    XREF _SASC_1                        {* NewCProc=_SASC_1[LONG,LONG]*}
....                                    

    move.l #String2,-(a7)
    move.l #String1,-(a7)
    jsr _SASC_1                         result=_sasc_1(&String2,&String1)
    add.l #4,a7
    move.l d0,Result

....

C:

long __saveds sasc_1 ( char **dummy1 , char **dummy2) 
{...};


                                                                Cyborg


              http://www.geocities.com/SiliconValley/Bridge/5737/


Contents of dev/asm/fixref.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  795    2086  38.1% -lh5- 7955 Feb 26  1999 fixasmonexref.p
[generic]                 1787    4488  39.8% -lh5- 9a96 Mar  3  1999 fxref
[generic]                  467     898  52.0% -lh5- 9053 Mar  3  1999 fxref.readme
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         3 files    3049    7472  40.8%            Mar  5  1999

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>