Renesas Emulator Debugger M16C PC4701 Instrukcja Użytkownika Strona 268

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 296
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 267
1 2 ... 263 264 265 266 267 268 269 270 271 272 273 ... 295 296

Komentarze do niniejszej Instrukcji

Brak uwag