]> 4ch.mooo.com Git - 16.git/blobdiff - 16/segm/b.bat
__SEMGNET COMPILED!?!?!?!? wwwww
[16.git] / 16 / segm / b.bat
index e99229cc7425df3d5237dc0bbec8a99cc9e23bee..6929f414f9d0857a7c0706e770f71a7e6a0de1e7 100644 (file)
@@ -1,18 +1,22 @@
-@echo off
-bcc -mt pee.c
-pee.exe > bpee
-echo "====" >> bpee
-bcc -ms pee.c
-pee.exe >> bpee
-echo "====" >> bpee
-bcc -mm pee.c
-pee.exe >> bpee
-echo "====" >> bpee
-bcc -mc pee.c
-pee.exe >> bpee
-echo "====" >> bpee
-bcc -ml pee.c
-pee.exe >> bpee
-echo "====" >> 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