OSDN Git Service

better results of segm test
authorsparky4 <sparky4@cock.li>
Tue, 28 Jul 2015 16:27:14 +0000 (11:27 -0500)
committersparky4 <sparky4@cock.li>
Tue, 28 Jul 2015 16:27:14 +0000 (11:27 -0500)
modified:   16/segm/WPEE
modified:   16/segm/b.bat
new file:   16/segm/pee.exe
modified:   16/segm/w.bat

16/segm/WPEE
16/segm/b.bat
16/segm/pee.exe [new file with mode: 0644]
16/segm/w.bat

index d87f9d0..6cfa68d 100644 (file)
@@ -1,30 +1,30 @@
 ==This is the results of open watcom's base pointers==\r
 These are the various memory models of the 8088 that are demonstrated here!\r
 ==tiny is not found so default==\r
-local variable bee=            0000:0bc6\r
-local variable bee=            0bc6\r
-far pointer value of pee=      0000:0000\r
-pointer value of pee=          0000\r
+local variable bee=            054F:0FFE\r
+local variable bee=            054F:0FFE\r
+far pointer value of pee=      0510:0134\r
+pointer value of pee=          0510:0134\r
 ==small==\r
-local variable bee=            0000:0bc6\r
-local variable bee=            0bc6\r
-far pointer value of pee=      0000:0000\r
-pointer value of pee=          0000\r
+local variable bee=            054F:0FFE\r
+local variable bee=            054F:0FFE\r
+far pointer value of pee=      0510:0134\r
+pointer value of pee=          0510:0134\r
 ==medium==\r
-local variable bee=            0000:0bc6\r
-local variable bee=            0bc6\r
-far pointer value of pee=      0000:0000\r
-pointer value of pee=          0000\r
+local variable bee=            054F:0FFE\r
+local variable bee=            054F:0FFE\r
+far pointer value of pee=      0510:0134\r
+pointer value of pee=          0510:0134\r
 ==compact is what project 16 uses==\r
-local variable bee=            0000:0bc6\r
-local variable bee=            0bc6\r
-far pointer value of pee=      0000:0000\r
-pointer value of pee=          0000\r
+local variable bee=            054F:0FFE\r
+local variable bee=            054F:0FFE\r
+far pointer value of pee=      0510:0134\r
+pointer value of pee=          0510:0134\r
 ==large==\r
-local variable bee=            0000:0bc6\r
-local variable bee=            0bc6\r
-far pointer value of pee=      0000:0000\r
-pointer value of pee=          0000\r
+local variable bee=            054F:0FFE\r
+local variable bee=            054F:0FFE\r
+far pointer value of pee=      0510:0134\r
+pointer value of pee=          0510:0134\r
 ==HUGE GUTS!==\r
 local variable bee=            06af:0c0a\r
 local variable bee=            06af:0c0a\r
index f8ecdb1..6929f41 100644 (file)
@@ -1,21 +1,22 @@
-@echo off
-echo ==This is the results of borland c's segment pointers== > bpee
-echo These are the various memory models of the 8088 that are demonstrated here! >> bpee
-echo ==tiny== >> bpee
-bcc -mt pee.c
-pee.exe >> bpee
-echo ==small== >> bpee
-bcc -ms pee.c
-pee.exe >> bpee
-echo ==medium== >> bpee
-bcc -mm pee.c
-pee.exe >> bpee
-echo ==compact is what project 16 uses== >> bpee
-bcc -mc pee.c
-pee.exe >> bpee
-echo ==large== >> bpee
-bcc -ml pee.c
-pee.exe >> bpee
-echo ==HUGE GUTS!== >> bpee
-bcc -mh pee.c
+@echo off\r
+echo ==This is the results of borland c's segment pointers== > bpee\r
+echo These are the various memory models of the 8088 that are demonstrated here! >> bpee\r
+@del pee.obj\r
+echo ==tiny== >> bpee\r
+bcc -mt pee.c\r
+pee.exe >> bpee\r
+echo ==small== >> bpee\r
+bcc -ms pee.c\r
+pee.exe >> bpee\r
+echo ==medium== >> bpee\r
+bcc -mm pee.c\r
+pee.exe >> bpee\r
+echo ==compact is what project 16 uses== >> bpee\r
+bcc -mc pee.c\r
+pee.exe >> bpee\r
+echo ==large== >> bpee\r
+bcc -ml pee.c\r
+pee.exe >> bpee\r
+echo ==HUGE GUTS!== >> bpee\r
+bcc -mh pee.c\r
 pee.exe >> bpee
\ No newline at end of file
diff --git a/16/segm/pee.exe b/16/segm/pee.exe
new file mode 100644 (file)
index 0000000..8b018e3
Binary files /dev/null and b/16/segm/pee.exe differ
index f7dd0df..5225da1 100644 (file)
@@ -1,6 +1,7 @@
 @echo off\r
 echo ==This is the results of open watcom's base pointers== > wpee\r
 echo These are the various memory models of the 8088 that are demonstrated here! >> wpee\r
+@del pee.obj\r
 echo ==tiny is not found so default== >> wpee\r
 wcc -0 pee.c\r
 pee.exe >> wpee\r