TURBO_objfil

Syntax

TURBO_objfil filename$

Location

Turbo Toolkit v3.00+

This is a directive for the TURBO compiler and should be located at the start of your program before any active program lines. This directive expects you to specify a string which will form the filename of the compiled program produced by TURBO. The full filename (including device) should be specified in quote marks. As with other compiler directives, this value can be changed by configuring the parser_task program or by entering a different value on the Parser’s front panel.

Example

5 TURBO_objfil "ram1_CT_exe"

CROSS-REFERENCE

See TURBO_diags, TURBO_locstr, TURBO_model, TURBO_objdat, TURBO_optim, TURBO_repfil, TURBO_struct, TURBO_taskn and TURBO_window for other directives