Advertisement
Guest User

Untitled

a guest
May 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. static char* blah = (char*)0xFF8240;
  2.  
  3. int main( int argc, char** argv ) {
  4. while (1) {
  5. (*blah)++;
  6. }
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement