Return to previous page Return to menu Go to next page

Wild card

The
 wildcard is a metacharacter used to specify multiple strings. In SSBug, the following wildcard characters can be specified as 
.
    * (matches any length string)  (However, characters after the appearance of this character are ignored. ? Matches any single character

■ Register

In
SSBug, the CPU register is also referenced with a leading '.' Character.
The following register names can be used.

Function

SSBug built-in functions are as follows.

■ term and formula

The
term is a string expression whose value can be evaluated.


Return to previous page Return to menu Go to next page