?? self.c
字號:
// WCC386P self.c -ox -d1 generates poor quality code for 4[eax] fetch
// ditto for WCCP (Anthony)
typedef struct S S;
struct S {
S __based(__self) *next;
S __based(__self) *prev;
int x;
};
__segment s;
S __based(s) * __based(__segname("CODE")) p;
void zap( int y )
{
p->next->prev->x = y;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -