?? get_validation_file
字號:
1 i\/*\\ * values.h - #defines constants found in ../microcode/constants\\ * Contains all constants accessible to the user with 9 bit mapped addresses\\ *\\ * Note that value.h is created via\\ * sed -f get_validation_file ../microcode/constants > values.h\\ * and thus need not be under SCCS.\\ */\/^[/ * ]/ds/^\(s.*\) \(.*\) \(.*\)$/#define \1 0x\3/s/^\(d.*\) \(.*\) \(........\)\(........\)$/#define \1 0x\3,0x\4/s/^\(c_s.*\) \(.*\) \(.*\)$/#define \1 0x\3/s/^\(c_d.*\) \(.*\) \(........\)\(........\)$/#define \1 0x\3,0x\4/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -