Short:  Fix for ASMOne LinkObjects! to work with SAS-C-Linker
Author: Cyborg@eanet.de
Type:   dev/ass

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/


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
    2086     795 61.8% 26-Feb-99 23:04:20  fixasmonexref.p
    4488    1787 60.1% 03-Mar-99 08:17:08  fxref
     898     467 47.9% 03-Mar-99 08:29:54  fxref.readme
-------- ------- ----- --------- --------
    7472    3049 59.1% 05-Mar-99 04:51:16   3 files
