Chapter 1. File Options

1.1. [no-]asm

Format:


        -asm name
        -no-asm
      
Set the name of the generated assembly file to `name'. The default is the program name with `.jal' replaced by `.asm', or `.asm' appended if the program name doesn't end in `.jal'.

If '-no-asm' is specified, no '.asm' file will be generated.

The assembly file can be compiled by the MPASM and hopefully generate the same HEX file as JALv2.