Renesas Emulator Debugger M16C PC4701 Manuel d'utilisateur Page 260

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 296
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 259
9.1.1 Script Command
You can use the same script commands that you enter in the Script Window. You can also call script
files from within other script files (nesting up to 10 levels).
9.1.2 Assign Statement
Assign statement s define and initialize macro variables and assign values. The following shows the
format to be used.
%macro-variable = expression
You can use alphanumerics and the underscore (_) in macro variable names. However , you
cannot use a numeric to start a macro variable name.
You can specify any expression of which the value is an integer between 0h and FFFFFFFFh to
be assigned in a macro variable. If you specify a negative number, it is processed as twos
complement.
You can use macro variables within the expression.
Always precede macro variables with the "%" sign.
9.1.3 Conditional Statement
In a conditional statement, different statements are executed according to whether the condition is
true or false. The following shows the format to be used.
if ( expression )
statement 1
else
statement 2
endi
If the expression is t rue (other than 0), statement 1 is executed. If false, (0), statement 2 is
executed.
You can omit the else statement. If omitted and the expression is false, execution jumps to the
line after the endi statement.
if statements can be nested (up to 32 levels).
246
Vue de la page 259
1 2 ... 255 256 257 258 259 260 261 262 263 264 265 ... 295 296

Commentaires sur ces manuels

Pas de commentaire