From: sparky4 Date: Fri, 31 Jul 2015 18:04:30 +0000 (-0500) Subject: OK it is doing something!! wwww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=43130d7786482654f234d09bf325e25311d2b77d OK it is doing something!! wwww new file: DEBUG.16 new file: MMDUMP.16 new file: PROFILE.16 modified: exmmtest.exe modified: src/exmmtest.c --- diff --git a/DEBUG.16 b/DEBUG.16 new file mode 100644 index 00000000..c78ea75c --- /dev/null +++ b/DEBUG.16 @@ -0,0 +1,17 @@ +Seg:0 Size:6918 Owner:0x80 +Seg:1b06 Size:256 Owner:0x64b0 +Seg:218d Size:33 Owner:0x80 +Seg:235f Size:44194 Owner:0x80 +Seg:d021 Size:4294967264 Owner:0x76ff +Seg:d021 Size:4294967264 Owner:0x70bc +Seg:d021 Size:4294967264 Owner:0x8b55 +Seg:d021 Size:4294967264 Owner:0xc483 +Seg:d021 Size:4294967264 Owner:0x4c4 +Seg:d021 Size:4294967264 Owner:0x90cb +Seg:d021 Size:4294967264 Owner:0xfa7e +Seg:d021 Size:4294967264 Owner:0x104 +Seg:d021 Size:4294967264 Owner:0xfa4e +Seg:d021 Size:4294967264 Owner:0x215e +Seg:d021 Size:525 Owner:0x0 +Seg:d22e Size:1959 Owner:0x920a +Seg:e000 Size:4294909951 Owner:0x80 diff --git a/MMDUMP.16 b/MMDUMP.16 new file mode 100644 index 00000000..386a89ad Binary files /dev/null and b/MMDUMP.16 differ diff --git a/PROFILE.16 b/PROFILE.16 new file mode 100644 index 00000000..e69de29b diff --git a/exmmtest.exe b/exmmtest.exe index 2f6e5adb..365cc319 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/exmmtest.c b/src/exmmtest.c index df39255b..fc1a901b 100644 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -35,14 +35,15 @@ #pragma warn -use //file load or read definition -//#define FILERL +#define FILERL //#define FILEREAD void main(int argc, char *argv[]) { mminfo_t mm; mminfotype mmi; - __segment bigbuffer; + __segment sega; + void __based(sega)* bigbuffer; #ifdef FILERL char *bakapee; word baka;