OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [jump16.s] - Rev 205

Compare with Previous | Blame | View Log

.psize 0
.text
.extern xxx
 
.code16gcc
1:	jmp	1b
	jmp	xxx
	jmp	*xxx
	jmp	*%edi
	jmp	*(%edi)
	ljmp	*xxx(%edi)
	ljmp	*xxx
	ljmp	$0x1234,$xxx
 
	call	1b
	call	xxx
	call	*xxx
	call	*%edi
	call	*(%edi)
	lcall	*xxx(%edi)
	lcall	*xxx
	lcall	$0x1234,$xxx
 
.code16
	jmp	1b
	jmp	*xxx
	jmp	*%di
	jmp	*(%di)
	ljmp	*xxx(%di)
	ljmpl	*xxx(%di)
	ljmp	*xxx
	ljmpl	*xxx
	ljmp	$0x1234,$xxx
 
	call	1b
	call	xxx
	call	*xxx
	call	*%di
	call	*(%di)
	lcall	*xxx(%di)
	lcalll	*xxx(%di)
	lcall	*xxx
	lcalll	*xxx
	lcall	$0x1234,$xxx
 
	.intel_syntax noprefix
	call	word ptr [bx]
	call	dword ptr [bx]
	call	fword ptr [bx]
	jmp	word ptr [bx]
	jmp	dword ptr [bx]
	jmp	fword ptr [bx]
	jmp	$+2
	nop
	jmp	.+2
	nop
 

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.