]> 4ch.mooo.com Git - 16.git/commitdiff
polished the segment experiment
authorsparky4 <sparky4@cock.li>
Tue, 28 Jul 2015 16:12:38 +0000 (11:12 -0500)
committersparky4 <sparky4@cock.li>
Tue, 28 Jul 2015 16:12:38 +0000 (11:12 -0500)
modified:   16/segm/PEE.EXE
modified:   16/segm/WPEE
modified:   16/segm/w.bat

16/segm/PEE.EXE
16/segm/WPEE
16/segm/w.bat

index d251d9ceaf2bae14ec4d3086b65504346f189ccf..8b018e365d7f82171f33c8d82a1d1514cf3e48cf 100644 (file)
Binary files a/16/segm/PEE.EXE and b/16/segm/PEE.EXE differ
index 918ae5bf423c32d5246cb5c4df7f72e70d28ee4c..6f837a8a26ea32ec92496afca214dde64493ab59 100644 (file)
@@ -1,25 +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=            06ae:0bfc\r
-far pointer value of pee=      06ae:0000\r
-pointer value of pee=          06ae:0000\r
+local variable bee=            06af:0c0a\r
+local variable bee=            06af:0c0a\r
+far pointer value of pee=      06af:0000\r
+pointer value of pee=          06af:0000\r
 ==small==\r
-local variable bee=            06ae:0bfc\r
-far pointer value of pee=      06ae:0000\r
-pointer value of pee=          06ae:0000\r
+local variable bee=            06af:0c0a\r
+local variable bee=            06af:0c0a\r
+far pointer value of pee=      06af:0000\r
+pointer value of pee=          06af:0000\r
 ==medium==\r
-local variable bee=            06ae:0bfc\r
-far pointer value of pee=      06ae:0000\r
-pointer value of pee=          06ae:0000\r
+local variable bee=            06af:0c0a\r
+local variable bee=            06af:0c0a\r
+far pointer value of pee=      06af:0000\r
+pointer value of pee=          06af:0000\r
 ==compact is what project 16 uses==\r
-local variable bee=            06ae:0bfc\r
-far pointer value of pee=      06ae:0000\r
-pointer value of pee=          06ae:0000\r
+local variable bee=            06af:0c0a\r
+local variable bee=            06af:0c0a\r
+far pointer value of pee=      06af:0000\r
+pointer value of pee=          06af:0000\r
 ==large==\r
-local variable bee=            06ae:0bfc\r
-far pointer value of pee=      06ae:0000\r
-pointer value of pee=          06ae:0000\r
+local variable bee=            06af:0c0a\r
+local variable bee=            06af:0c0a\r
+far pointer value of pee=      06af:0000\r
+pointer value of pee=          06af:0000\r
 ==HUGE GUTS!==\r
 local variable bee=            06af:0c0a\r
 local variable bee=            06af:0c0a\r
index 257607cde205a82a427d6be87564573ace577f80..f7dd0df9be1f5948d7389e780acc2e402ec6b55c 100644 (file)
@@ -1,21 +1,21 @@
-@echo off
-echo ==This is the results of open watcom's base pointers== > wpee
-echo These are the various memory models of the 8088 that are demonstrated here! >> wpee
-echo ==tiny is not found so default== >> wpee
-wcc -0 -mt pee.c
-pee.exe >> wpee
-echo ==small== >> wpee
-wcc -0 -ms pee.c
-pee.exe >> wpee
-echo ==medium== >> wpee
-wcc -0 -mm pee.c
-pee.exe >> wpee
-echo ==compact is what project 16 uses== >> wpee
-wcc -0 -mc pee.c
-pee.exe >> wpee
-echo ==large== >> wpee
-wcc -0 -ml pee.c
-pee.exe >> wpee
-echo ==HUGE GUTS!== >> wpee
-wcl -0 -mh pee.c
+@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
+echo ==tiny is not found so default== >> wpee\r
+wcc -0 pee.c\r
+pee.exe >> wpee\r
+echo ==small== >> wpee\r
+wcc -0 -ms pee.c\r
+pee.exe >> wpee\r
+echo ==medium== >> wpee\r
+wcc -0 -mm pee.c\r
+pee.exe >> wpee\r
+echo ==compact is what project 16 uses== >> wpee\r
+wcc -0 -mc pee.c\r
+pee.exe >> wpee\r
+echo ==large== >> wpee\r
+wcc -0 -ml pee.c\r
+pee.exe >> wpee\r
+echo ==HUGE GUTS!== >> wpee\r
+wcl -0 -mh pee.c\r
 pee.exe >> wpee
\ No newline at end of file