Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / device / include / asm / z80 / features.h
index 3a33210512c87cafe9ba8437f7d4c23f25c3cc0b..dfaecfef911b1b160ae981fe9aee793d3f6161e8 100644 (file)
@@ -5,5 +5,19 @@
 
 #define _REENTRANT
 #define _CODE
+#define _AUTOMEM
+#define _STATMEM
+
+#define _SDCC_MANGLES_SUPPORT_FUNS     1
+#define _SDCC_Z80_STYLE_LIB_OPT                1
+
+/* The following are disabled to make the dhrystone test more authentic.
+ */
+#define _SDCC_PORT_PROVIDES_MEMCPY     0
+#define _SDCC_PORT_PROVIDES_STRCMP     0
+/* Register allocator is as good as hand coded asm.  Cool. */
+#define _SDCC_PORT_PROVIDES_STRCPY     0
+
+#define _SDCC_MALLOC_TYPE_MLH          1
 
 #endif