|
Revision 1, 1.0 kB
(checked in by heitor.barbieri, 4 years ago)
|
|
Criação do svn para Cisis.
|
| Line | |
|---|
| 1 | cisis.h for LINUX |
|---|
| 2 | ---------------------------------------------------- |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | #define GCC 01 |
|---|
| 6 | #if GCCx |
|---|
| 7 | #ifndef PACKED |
|---|
| 8 | #define PACKED __attribute__ ((aligned(2),packed)) |
|---|
| 9 | #endif |
|---|
| 10 | #endif |
|---|
| 11 | |
|---|
| 12 | #define PC 0 |
|---|
| 13 | #define DOS32BITS 0 |
|---|
| 14 | #define MSC 0 |
|---|
| 15 | #define VAX 0 |
|---|
| 16 | #define MPE 0 |
|---|
| 17 | #define UNIX 01 |
|---|
| 18 | #define SUN 0 |
|---|
| 19 | #define UNISYS 0 |
|---|
| 20 | #define UNISYSGDB 0 |
|---|
| 21 | #define UNISYSCPU 0 |
|---|
| 22 | #define INTELCPU 1 |
|---|
| 23 | #define BRME 0 |
|---|
| 24 | #define BRMXCPU 0 |
|---|
| 25 | #define CDCS4320 0 |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | cisis.h for WINDOWS |
|---|
| 29 | ---------------------------------------------------- |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | #define GCC 0 |
|---|
| 33 | #if GCCx |
|---|
| 34 | #ifndef PACKED |
|---|
| 35 | #define PACKED __attribute__ ((aligned(2),packed)) |
|---|
| 36 | #endif |
|---|
| 37 | #endif |
|---|
| 38 | |
|---|
| 39 | #define PC 01 |
|---|
| 40 | #define DOS32BITS 01 |
|---|
| 41 | #define MSC 0 |
|---|
| 42 | #define VAX 0 |
|---|
| 43 | #define MPE 0 |
|---|
| 44 | #define UNIX 0 |
|---|
| 45 | #define SUN 0 |
|---|
| 46 | #define UNISYS 0 |
|---|
| 47 | #define UNISYSGDB 0 |
|---|
| 48 | #define UNISYSCPU 0 |
|---|
| 49 | #define INTELCPU 1 |
|---|
| 50 | #define BRME 0 |
|---|
| 51 | #define BRMXCPU 0 |
|---|
| 52 | #define CDCS4320 0 |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | |
|---|