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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [mips/] [branch-misc-2.s] - Rev 205

Compare with Previous | Blame | View Log

# Source file used to test the backward branches to globals in this file.
 
	.globl g1 .text
	.globl g2 .text
	.globl g3 .text
	.globl g4 .text
	.globl g5 .text
	.globl g6 .text
 
	.globl x1 .text
 
	.text
g1:
	.space 20
g2:
	.space 20
g3:
	.space 20
 
x:
	bal	g1
	bal	g2
	bal	g3
	bal	g4
	bal	g5
	bal	g6
 
	.space 20
g4:
	.space 20
g5:
	.space 20
g6:
 
	b	x1
	b	x2
	b	.Ldata
 
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.space	8
 
	.data
.Ldata:
 

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.