Renesas Emulator Debugger M16C PC4701 Manuel d'utilisateur Page 268

  • 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 267
10.1.2 Scope Resolution
The scope resolution operator :: is available as following.
Global scope: ::valiable name
::x, ::val
Class scope: class name::member name, class name::class name::member name, e.g.
T::member, A::B::member
10.1.3 Mathematical Operators
You can use the addition (+), subtraction (-), multiplication (*), and division (/) mathematical
operators. The following shows the order of priority in which they are evaluated.
(*), (/), (+), (-)
Notes
There is no support currently for mathematical operators for floating point numbers.
10.1.4 Pointers
Pointers are indicated by the asterisk (*). You can use pointer to pointers **, and pointer to pointer to
pointers ***, etc.
Examples: "*variable_name", "**variable_name", etc.
Notes
Immediate values cannot be processed as pointers. That is, you cannot specify *0xE000, for
example.
10.1.5 Reference
References are indicated by the ampersand (&). You can only specify "&variable_name".
254
Vue de la page 267
1 2 ... 263 264 265 266 267 268 269 270 271 272 273 ... 295 296

Commentaires sur ces manuels

Pas de commentaire