Add isptest (active) and In.Mod (not yet used).

This commit is contained in:
David Brown 2016-10-20 19:20:25 +01:00
parent a4c372253b
commit 1e7d3ca4fd
6 changed files with 1317 additions and 18 deletions

View file

@ -8,23 +8,6 @@
#define __o_64
#endif
// // Temporary while bootstrapping and clearing up SYSTEM.c.
//
// #ifndef LONGINT
// #if defined (__o_64)
// #define INTEGER int32
// #define LONGINT int64
// #define SET uint64
// #else
// #define INTEGER int16
// #define LONGINT int32
// #define SET uint32
// #endif
// #endif
// Declare memcpy in a way compatible with C compilers intrinsic
// built in implementations.