Skip to content

Instantly share code, notes, and snippets.

@ropo
Created March 2, 2012 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ropo/1959809 to your computer and use it in GitHub Desktop.
Save ropo/1959809 to your computer and use it in GitHub Desktop.
char *pMemTop = (void*)0x8000000;
void main()
{
int *r = (int*)(pMemTop+0);
int *w = (int*)(pMemTop+4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment