Generating Listings

To generate symbolic assembler listings, use the ejsmod command with the --listing switch. First compile your source with --debug to include symbolic debugging instructions and then run ejsmod.

For example, if the script file myscript.es has some global functions you wish to disassemble, use the following commands:

ejsc --debug myscript.es
ejsmod --listing default.mod

See Module Generator for full details of the other options available when using ejsmod.

© Embedthis Software. All rights reserved.