]> 4ch.mooo.com Git - 16.git/commitdiff
added segment experiment!
authorsparky4 <sparky4@cock.li>
Thu, 23 Jul 2015 13:48:09 +0000 (08:48 -0500)
committersparky4 <sparky4@cock.li>
Thu, 23 Jul 2015 13:48:09 +0000 (08:48 -0500)
modified:   16.exe
modified:   16.hed
new file:   16/segm/pee.c
modified:   exmmtest.exe
modified:   fontgfx.exe
modified:   fonttest.exe
modified:   inputest.exe
modified:   maptest.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   sountest.exe
modified:   test.exe
modified:   test2.exe
modified:   tsthimem.exe

14 files changed:
16.exe
16.hed
16/segm/pee.c [new file with mode: 0644]
exmmtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
maptest.exe
palettec.exe
pcxtest.exe
sountest.exe
test.exe
test2.exe
tsthimem.exe

diff --git a/16.exe b/16.exe
index 1798b36000749dff43644fa54c85ce97243b823e..50e959ffa5b119ffa8cf75b354f7140d88797a55 100644 (file)
Binary files a/16.exe and b/16.exe differ
diff --git a/16.hed b/16.hed
index ab3e0297d0b6efc78a3c2987b32e31e16fbaced7..e4b49e1a767497a62e3cc508e88d59077c1f9471 100644 (file)
Binary files a/16.hed and b/16.hed differ
diff --git a/16/segm/pee.c b/16/segm/pee.c
new file mode 100644 (file)
index 0000000..49e9dae
--- /dev/null
@@ -0,0 +1,38 @@
+/* Project 16 Source Code~
+ * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
+ *
+ * This file is part of Project 16.
+ *
+ * Project 16 is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Project 16 is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>, or
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,
+ * Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+/*
+       Segment experiment!
+*/
+#include <stdio.h>
+#ifdef __WATCOMC__
+typedef void __based(__self) * memptr;
+#endif
+#ifdef __BORLANDC__
+typedef void _seg * memptr;
+#endif
+
+void
+main(int argc, char *argv[])\r
+{
+       memptr pee;
+       printf("pee=%FP\n", pee);
+}
index 0b50c78d49df5f3e9c7e9cd830349cdb6bab0cd3..16ed980b19f1d063710781e4ba5114af58e3bd97 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 9502380185d4452de6b10ba07dcf74376a66e337..55d03ac450ebc3c3a266f38f4f746b59f042299b 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 474ba8a41e66fd24a55449cf4db5bcb9c81f88f3..7f7af80072f24273bf615b16f371c16aad6aaf5c 100644 (file)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 6168822cc6cf7b654a33a7c3ac9c542bcced5e69..842c7b7d133ac68ec7877ac2deb9fc9ce917212b 100644 (file)
Binary files a/inputest.exe and b/inputest.exe differ
index 337392435bc8d27c35956c6c8ca73d3a97edf385..c73928d6726bf10009fabd39af96089605cfa20b 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 0066ab52516860bb3d2e653f828aec5a4157377b..31f055c1f1cc2abbf326a30cd00afe54027ef85e 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index 401a18c542fce06818b7586e3e178b4a7340e16b..b9814b6d05745c709321115acd85947d08b635a2 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 69b1620e13080a9103ba600755f9e9d2d17a6662..eb47aad2a4f61f63359795b46a404ea1cec1a98e 100644 (file)
Binary files a/sountest.exe and b/sountest.exe differ
index 60ad10da172413511e9ab835e97d5b4bf827b08b..bcd6c01d548fa12d170203924ee08c63cb81e15e 100644 (file)
Binary files a/test.exe and b/test.exe differ
index 4131aea0126600f1a100c975c1a7f651f035f3ae..2e214f452c8146d4736c516ba9133a7b13af9c2b 100644 (file)
Binary files a/test2.exe and b/test2.exe differ
index 8fe053e6412f5e0f5f0043fa432adf3c547e171f..465bcca1d9b8121d47379774845a6ef5f63c98f1 100644 (file)
Binary files a/tsthimem.exe and b/tsthimem.exe differ