|
|
| version 1.11, 2003/11/30 11:20:55 | version 1.12, 2003/11/30 12:32:04 |
|---|---|
| Line 6 | Line 6 |
| #endif | #endif |
| #define __CBW(src) (UINT16)((char)(src)) | #define __CBW(src) (UINT16)((char)(src)) |
| #define __CBD(src) ((char)(src)) | #define __CBD(src) ((SINT8)(src)) |
| #define WORD2LONG(src) ((short)(src)) | #define WORD2LONG(src) ((SINT16)(src)) |
| #define SEGMENTPTR(s) (((UINT16 *)&I286_SEGREG) + (s)) | #define SEGMENTPTR(s) (((UINT16 *)&I286_SEGREG) + (s)) |