Difference between revisions of "Viewing Code Output"
From Flowcode Help
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | |||
Flowcode allows users to view the C and Assembly code produced by Flowcode. | Flowcode allows users to view the C and Assembly code produced by Flowcode. | ||
Revision as of 08:26, 2 July 2019
Flowcode allows users to view the C and Assembly code produced by Flowcode.
To view the code select the appropriate entry from the chip menu.
Build > View C Code
Opens the C Code up in the File Viewer specified in the Compiler options.
Build > View ASM Code
Opens the ASM Code up in the File Viewer specified in the Compiler options.
Using an External File Viewer
The File viewer settings are contained on the Compiler Options dialog.
To view the options select Compiler Options from the Build menu (Build > Compiler Options... > File Viewer).
Edit the File Viewer options to point to the desired editor, and set any command line parameters required for the viewer.