Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente bannato
    Registrato dal
    Jun 2003
    Messaggi
    3,657

    parametri di tasm e tlink

    Qualcuno sa dove posso trovare le spiegazioni su tutti i parametri di tasm? Non capisco il loro funzionamento ...Grazie e ciao

  2. #2
    Utente di HTML.it L'avatar di cso
    Registrato dal
    Aug 2004
    Messaggi
    2,050
    codice:
    Turbo Assembler  Version 4.1  Copyright (c) 1988, 1996 Borland International
    Syntax:  TASM [options] source [,object] [,listing] [,xref]
    /a,/s          Alphabetic or Source-code segment ordering
    /c             Generate cross-reference in listing
    /dSYM[=VAL]    Define symbol SYM = 0, or = value VAL
    /e,/r          Emulated or Real floating-point instructions
    /h,/?          Display this help screen
    /iPATH         Search PATH for include files
    /jCMD          Jam in an assembler directive CMD (eg. /jIDEAL)
    /kh#           Hash table capacity # symbols
    /l,/la         Generate listing: l=normal listing, la=expanded listing
    /ml,/mx,/mu    Case sensitivity on symbols: ml=all, mx=globals, mu=none
    /mv#           Set maximum valid length for symbols
    /m#            Allow # multiple passes to resolve forward references
    /n             Suppress symbol tables in listing
    /os,/o,/op,/oi Object code: standard, standard w/overlays, Phar Lap, or IBM
    /p             Check for code segment overrides in protected mode
    /q             Suppress OBJ records not needed for linking
    /t             Suppress messages if successful assembly
    /uxxxx         Set version emulation, version xxxx
    /w0,/w1,/w2    Set warning level: w0=none, w1=w2=warnings on
    /w-xxx,/w+xxx  Disable (-) or enable (+) warning xxx
    /x             Include false conditionals in listing
    /z             Display source line with error message
    /zi,/zd,/zn    Debug info: zi=full, zd=line numbers only, zn=none
    codice:
    Turbo Link  Version 7.1.30.1. Copyright (c) 1987, 1996 Borland International
    Syntax: TLINK objfiles, exefile, mapfile, libfiles, deffile, resfiles
    @xxxx indicates use response file xxxx
    /x   No map                          /c  Case sensitive symbols
    /m   Map including public names      /C  Case sensitive exports & imports
    /M   Map with mangled public names   /ye Expanded memory swapping
    /s   Map plus detailed segment map   /yx Extended memory swapping
    /l   Map plus source line #s         /d  Warn if duplicate symbols in libraries
    /i   Initialize all segments         /f  Inhibit optimizing far calls to near
    /L   Specify library search paths    /Gx Goodies
    /n   Ignore default libraries              n=discard Nonresident name table
    /v   Full symbolic debug information       r=transfer Resident names to
    /Tti Specify target & image type             nonresident names table
         t can be d = DOS (default)      /A=dd  Set segment alignment
                  w = Windows            /R[mpekv]  Specify option to RLINK
                  x = DPMI               /t  Create COM file (same as /Tdc)
         i can be e=EXE or d=DLL         /k  Suppress "No stack" warning msg
    /3  Enable 32-bit processing         /Ox Optimizations
    /o  Overlay switch                         c=chained fixups
    /P[=dd]  Pack code segments                i=iterated data
    /Vd.d Expected Windows version             a=minimum segment alignment
    /j   Specify object search paths           r=minimum resource alignment
    Per ora ti so dire questo anche se credo che tu lo abbia già visto, vero?

  3. #3
    Utente bannato
    Registrato dal
    Jun 2003
    Messaggi
    3,657
    Ma certo che lo visto, e che non ne capisco il significato

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.