OSDN Git Service

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 1798b36..50e959f 100644 (file)
Binary files a/16.exe and b/16.exe differ
diff --git a/16.hed b/16.hed
index ab3e029..e4b49e1 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 0b50c78..16ed980 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 9502380..55d03ac 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 474ba8a..7f7af80 100644 (file)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 6168822..842c7b7 100644 (file)
Binary files a/inputest.exe and b/inputest.exe differ
index 3373924..c73928d 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 0066ab5..31f055c 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index 401a18c..b9814b6 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 69b1620..eb47aad 100644 (file)
Binary files a/sountest.exe and b/sountest.exe differ
index 60ad10d..bcd6c01 100644 (file)
Binary files a/test.exe and b/test.exe differ
index 4131aea..2e214f4 100644 (file)
Binary files a/test2.exe and b/test2.exe differ
index 8fe053e..465bcca 100644 (file)
Binary files a/tsthimem.exe and b/tsthimem.exe differ