Return to previous page Return to menu Go to next page

RM

    format RM [filename]

    Description Reads macro definition from file filename.

    [Example] Argument description and expansion example are as follows.               The nth macro argument is described as "` n "in the macro definition. Where n is the letter [0-9].               Macro definition                   MACRO wordwrite                   mew `0,` 1               Command input                   wordwrite 100,123               Deployment result                   mew 100,123


■ Batch job

A
batch job is to read and execute a file that contains any number of statements. This file is called a batch file.

BA

    format BA [filename]

    Description Run the batch file filename.               The commands RM and BA are actually the same. Macro definition in batch file,               You can also execute other statements in the macro file.

■ Startup file

Startup file is a batch file that is automatically executed when SSBug is started. If SSBug has a TEXT file named SSBug Startup in the startup working directory, it will be executed as a startup file.

■ Other

HELP

    format HELP

    Description Opens the help window.

VERSION

    format VERSION

    Description Displays the version of SSBug, target program, and SCSP.

MEMFREE

    format MEMFREE

    Description Displays the remaining memory available for macros, symbols, batches, etc.


Return to previous page Return to menu Go to next page