OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.asm/] [asmsrc2.s] - Rev 25

Compare with Previous | Blame | View Log

	.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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.