comparison scn2k/scn2k_flags.h @ 65:4416cfac86ae

Convert EUC-JP files to UTF8
author Thibaut Girka <thib@sitedethib.com>
date Fri, 26 Nov 2010 10:53:15 +0100
parents 4b9ffe15a87d
children
comparison
equal deleted inserted replaced
64:045ca45f9610 65:4416cfac86ae
25 VarInfo(const VarInfo& i) { type = i.type; number = i.number; value = i.value;} 25 VarInfo(const VarInfo& i) { type = i.type; number = i.number; value = i.value;}
26 }; 26 };
27 27
28 class Flags { 28 class Flags {
29 /* flag: 29 /* flag:
30 ** type 0-5 : ¥í¡Œ¥«¥ëÀ°¿ô¡¢³Æ2000žÄ 30 ** type 0-5 : ローカル整数、各2000個
31 ** type 6, 25 : ¥°¥í¡Œ¥Ð¥ëÀ°¿ô¡¢2000žÄ 31 ** type 6, 25 : グローバル整数、2000個
32 ** type 10,11: ¥í¡Œ¥«¥ëÀ°¿ô??¡¢³Æ2000žÄ 32 ** type 10,11: ローカル整数??、各2000個
33 ** type 12 : ¥°¥í¡Œ¥Ð¥ëÊž»úÎó¡¢2000žÄ (º£€Ï̵»ë€·€Æ€âÎÉ€€€¬) 33 ** type 12 : グローバル文字列、2000個 (今は無視しても良いが)
34 ** type 18 : ¥í¡Œ¥«¥ëÊž»úÎó¡¢2000žÄ 34 ** type 18 : ローカル文字列、2000個
35 ** type 25: ¥·¥¹¥Æ¥àÊÑ¿ô¡Ê¥Þ¥Š¥¹ºÂÉž€Ê€É¡©¡Ë 1000 žÄ¡© 35 ** type 25: システム変数(マウス座標など?) 1000 個?
36 ** type 26-32, 51 : 1-bit access to 0-6, 25 36 ** type 26-32, 51 : 1-bit access to 0-6, 25
37 ** type 52-58, 77 : 2-bit access to 0-6, 25 37 ** type 52-58, 77 : 2-bit access to 0-6, 25
38 ** type 78-84, 103 : 4-bit access to 0-6, 25 38 ** type 78-84, 103 : 4-bit access to 0-6, 25
39 ** type 104-110, 129 : 8-bit access to 0-6, 25 39 ** type 104-110, 129 : 8-bit access to 0-6, 25
40 */ 40 */