FILELOAD and FILELOADX command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
mNo edit summary
Line 1: Line 1:
The FILELOAD command works exactly like the [[Model 204]] FILELOAD command, with the exception
<p class="note"><b>Note:</b> This is a <var class="product">[[Sirius Mods]]</var>-only command prior to Version 7.5 of <var class="product">[[Model 204]]</var>.</p>
that at [[Fast/Reload FLOD Compiler]] authorized sites, FILELOAD invokes the ''Fast/Reload FLOD Compiler'' rather than the standard
 
<var class="product">Model 204</var> dump processing.
The <var>FILELOAD</var> command works exactly like the <var class="product">Model 204</var> <var>[[FILELOAD command]]</var>, with the exception that at [[Fast/Reload FLOD Compiler]] authorized sites, FILELOAD invokes the ''Fast/Reload FLOD Compiler'' rather than the standard <var class="product">Model 204</var> dump processing.
If for some reason a ''Fast/Reload FLOD Compiler'' site wishes to use the standard <var class="product">Model 204</var> FILELOAD
If for some reason a ''Fast/Reload FLOD Compiler'' site wishes to use the standard <var class="product">Model 204</var> FILELOAD
command processing (most likely for diagnosing a problem with the ''Fast/Reload FLOD Compiler'', a
command processing (most likely for diagnosing a problem with the ''Fast/Reload FLOD Compiler'', a
Line 7: Line 7:
The FILELOADX command has syntax identical to the FILELOAD command.
The FILELOADX command has syntax identical to the FILELOAD command.


See the [[Model 204 File Manager's Guide]] for more information about the FILELOAD command, and see the [[Fast/Reload Reference Manual]]
See the [[Fast/Reload Reference Manual]] for more information about ''Fast/Reload FLOD Compiler''.
for more information about ''Fast/Reload FLOD Compiler''.


Note that while the ''Fast/Reload FLOD Compiler'' FILELOAD command does not support all the statements
Note that while the ''Fast/Reload FLOD Compiler'' FILELOAD command does not support all the statements

Revision as of 21:54, 1 March 2013

Note: This is a Sirius Mods-only command prior to Version 7.5 of Model 204.

The FILELOAD command works exactly like the Model 204 FILELOAD command, with the exception that at Fast/Reload FLOD Compiler authorized sites, FILELOAD invokes the Fast/Reload FLOD Compiler rather than the standard Model 204 dump processing. If for some reason a Fast/Reload FLOD Compiler site wishes to use the standard Model 204 FILELOAD command processing (most likely for diagnosing a problem with the Fast/Reload FLOD Compiler, a FILELOADX command can be issued. The FILELOADX command has syntax identical to the FILELOAD command.

See the Fast/Reload Reference Manual for more information about Fast/Reload FLOD Compiler.

Note that while the Fast/Reload FLOD Compiler FILELOAD command does not support all the statements supported by the standard FILELOAD command, if such an unsupported statement is detected, the Fast/Reload FLOD Compiler automatically "hands off" the request to the standard FILELOAD command. This handing off is done by saving the FILELOAD program in a temporary procedure, the number of which is controlled by the FRELPREV parameter.