From: sparky4 Date: Sat, 30 May 2015 12:44:13 +0000 (-0500) Subject: I ge tthe idea now~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=424277b86ab6c8097d7db0cf2cf05570866462b8;p=16.git I ge tthe idea now~ modified: 16/fmemtest.c modified: 16/fmemtest.exe --- diff --git a/16/fmemtest.c b/16/fmemtest.c index e2c8d74f..a62e26dc 100644 --- a/16/fmemtest.c +++ b/16/fmemtest.c @@ -8,6 +8,7 @@ main(int argc, char *argv[]) int *ptr0=&x; //ptr=&x; + printf("&main()=%Fp\n", *argv[0]); printf("ptr0=%Fp\n", ptr0); //printf("&ptr0=%Fp\n", &ptr0); printf("*ptr0=%d\n", *ptr0); diff --git a/16/fmemtest.exe b/16/fmemtest.exe index 6bf6c674..1242947c 100644 Binary files a/16/fmemtest.exe and b/16/fmemtest.exe differ