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 [2019/09/02 08:06] – [Usage in GUI] neilsusage [2019/09/02 08:13] – [Command line usage] neils
Line 9: Line 9:
 ===== Command line usage ===== ===== Command line usage =====
  
-Since version 1.0, the DASM executable is included in the project and **XC=BASIC** sources can be compiled to machine code using a single command.+**XC=BASIC** source programs can be compiled to machine code with a single command.
  
 Usage in Windows: Usage in Windows:
Line 23: Line 23:
  ./xcbmac source.bas target.prg  ./xcbmac source.bas target.prg
   
-That's all you have to use in most of the cases. However, you can still use the binaries in the ''bin/'' directory to see and debug the intermediate assembly listing.+That's all you have to use in most of the cases. You can also use the binaries in the ''bin/'' directory if you want to see and debug the intermediate assembly listing.
  
-The command line usage of the binarry is:+The command line usage of the binary is:
  
  xcbasic64 source.bas > target.asm  xcbasic64 source.bas > target.asm