?? readme.bferc
字號:
.bferc file examples----------------------------------------------------------------Any text outside brackets {} is considered a comment.All symbols must be surrounded by whitespace, {history 100} is not valid.{ LIST name base nr_elements_in_list field_1_name field_size_in_bytes field_2_name field_size_in_bytes ...}{ LIST foo 0x01000 512 bar 4 baz 4}{ STRUCT name base field_1_name field_size_in_bytes field_2_name field_size_in_bytes ...}{ STRUCT foo 0x01000 bar 4 baz 4}{ STACK entries_above_esp entries_below_esp }{ STACK 10 20 }{ HISTORY max_lines }{ HISTORY 50 }{ TABS position }{ TABS 0 }0 = bottom, 1 = top, 2 = left and 3 = right{ RELOAD breakpoints watchpoints }{ RELOAD 1 1 }0 = don't reload, 1 = reload (when restarting bochs)to add blank lines, set the value_name to "\\" and the size to 0{ STRUCT foo 0x01000 3 bar 4 \\ 0 baz 4}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -