source: dev/trunk/abdev/BasicCompiler64/FunctionValue.h @ 427

Last change on this file since 427 was 427, checked in by dai_9181, 16 years ago

[426]を64bit版にマージ。

File size: 762 bytes
Line 
1/* 関数定数 */
2
3//データ型変換
4#define FUNC_CUDBL  0x0210
5
6//文字列
7#define FUNC_LEN    0x031D
8
9//メモリ操作
10#define FUNC_VARPTR     0x0591
11#define FUNC_OBJPTR     0x0592
12
13//その他
14#define FUNC_ADDRESSOF      0x0619
15#define FUNC_SIZEOF         0x0620
16#define FUNC_DELEGATE_DYNAMICMETHOD_CALL    0x0621
17#define FUNC_DELEGATE_STATICMETHOD_CALL     0x0622
18#define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS     0x0623
19#define FUNC_SYSTEM_GET_NOW_SCOPE_FINALLY_ADDRESS   0x0624
20#define FUNC_SYSTEM_GET_BP  0x0625
21#define FUNC_SYSTEM_GET_SP  0x0626
22#define FUNC_SYSTEM_NEW     0x0627
23
24//ポインタ
25#define FUNC_GETDOUBLE      0x0630
26#define FUNC_GETSINGLE      0x0631
27#define FUNC_GETQWORD       0x0632
28#define FUNC_GETDWORD       0x0634
29#define FUNC_GETWORD        0x0635
30#define FUNC_GETBYTE        0x0636
Note: See TracBrowser for help on using the repository browser.