📄 asmsrc2.s
字号:
.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 gdbasm_declare foo2 comment "mark: foo2 start" gdbasm_enter comment "Call someplace else (several times)." comment "mark: call foo3" gdbasm_call foo3 gdbasm_call foo3 comment "All done, return." comment "mark: foo2 leave" gdbasm_leave gdbasm_end foo2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -