asmsrc2.s

来自「gdb that s ported for PXA270 processor. 」· S 代码 · 共 19 行

S
19
字号
	.include "common.inc"	.include "arch.inc"comment "Second file in assembly source debugging testcase."	.global foo2gdbasm_declare foo2	gdbasm_entercomment "Call someplace else (several times)."	gdbasm_call foo3	gdbasm_call foo3comment "All done, return."	gdbasm_leave	gdbasm_end foo2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?