Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
usage [2020/02/20 09:30] neilsusage [2020/02/20 09:43] neils
Line 29: Line 29:
  The following command line options can be used:  The following command line options can be used:
  
 +
 +
 +| ''-o'' or ''--output='' | Output type. Possible values are: ''prg'' (default) or ''asm''. \\ If set to ''asm'', DASM will not be invoked and the intermediate assembly source will be output. |
 +|''-d'' or ''--dasm=''|Path to the DASM executable. Defaults to "dasm.exe" (Windows) or "dasm" (Linux/Mac). \\ This is required only if DASM is not in the executable path or you want to override this value for some reason.|
 +|''-s'' or ''--symbol=''|Symbol dump file name. \\ This is passed to DASM as it is. It is useful for debugging your program|
 +|''-l'' or ''--list=''|List file name. \\ This is passed to DASM as it is. Also useful for debugging.|
 +|''-n'' or ''--noopt''| Do NOT run the optimizer|
 +|'' -h'' or ''--help''| Display help|