Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is sometimes necessary in low-level kernel or graphics code to access memory at a specific location, requiring a literal integer-to-pointer conversion, such as the following:

Code Block
unsigned int *ptr = 0xcfcfcfcf;

...