xAsm Usage


C:\>xAsm [options] asmfile

Options are preceded by a dash (-) and go as follows:

    oobjectfile : Write an object-file for xLink
    ipath       : Add an extra include-path
    h           : Short help text
    e(l|b)      : Change endianness (CAUTION!)
    gASCI       : Change the four characters used for Gameboy graphics
                  constants (default is 0123)
    bAS         : Change the two characters used for binary constants
                  (default is 0123)
    zHX         : Set the byte value (hex format) used for uninitialised data (default is ? for random)
    dSYM        : Define a symbol (it is set to a default value) (defined as EQU)
    dSYM=NUM    : Define a symbol and set it to NUM (defined as EQU)

See also:



Last updated 14 January 2003 by Aaron St.John