source:
dev/BasicCompiler64/FunctionValue.h@
108
| Last change on this file since 108 was 3, checked in by , 19 years ago | |
|---|---|
| File size: 409 bytes | |
| Rev | Line | |
|---|---|---|
| [3] | 1 | /* 関数定数 */ |
| 2 | ||
| 3 | //データ型変換 | |
| 4 | #define FUNC_CUDBL 0x0210 | |
| 5 | ||
| 6 | //文字列 | |
| 7 | #define FUNC_LEN 0x031D | |
| 8 | ||
| 9 | //メモリ操作 | |
| 10 | #define FUNC_VARPTR 0x0591 | |
| 11 | ||
| 12 | //その他 | |
| 13 | #define FUNC_ADDRESSOF 0x0619 | |
| 14 | #define FUNC_SIZEOF 0x0620 | |
| 15 | ||
| 16 | //ポインタ | |
| 17 | #define FUNC_GETDOUBLE 0x0630 | |
| 18 | #define FUNC_GETSINGLE 0x0631 | |
| 19 | #define FUNC_GETQWORD 0x0632 | |
| 20 | #define FUNC_GETDWORD 0x0634 | |
| 21 | #define FUNC_GETWORD 0x0635 | |
| 22 | #define FUNC_GETBYTE 0x0636 |
Note:
See TracBrowser
for help on using the repository browser.
