From: sparky4 Date: Tue, 30 Jun 2015 02:16:43 +0000 (-0500) Subject: ?? X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=e5ae315fccc23eb028e87641f70d12d7d6d2f69b;p=16.git ?? modified: fmemtest.exe modified: src/fmemtest.c --- diff --git a/fmemtest.exe b/fmemtest.exe index 9d13c38f..f74dc944 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/src/fmemtest.c b/src/fmemtest.c index 8d9ca6b3..307a6271 100644 --- a/src/fmemtest.c +++ b/src/fmemtest.c @@ -28,6 +28,8 @@ main(int argc, char *argv[]) int x=420; int huge *ptr=&x; int *ptr0=&x; + void __based(__self) *pee; + void __near *npee; //word csw=0,dsw=0,esw=0,ssw=0,ipw=0; //ptr=&x; @@ -55,4 +57,6 @@ main(int argc, char *argv[]) //printf("cs=%u\n", csw); //printf("ds=%u\n", dsw); //printf("es=%u\n", esw); + printf("pee=%Fp\n", pee); + printf("npee=%Fp\n", npee); }