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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [cr-err.s] - Rev 205

Go to most recent revision | Compare with Previous | Blame | View Log

.text
 
_start:
	movl	(%cr0), %eax
	movl	%eax, (%cr7)
	movl	(%cr8), %eax
	movl	%eax, (%cr15)
	movl	(%db0), %eax
	movl	%eax, (%db7)
	movl	(%dr0), %eax
	movl	%eax, (%dr7)
	movl	(%tr0), %eax
	movl	%eax, (%tr7)
 
.att_syntax noprefix
	movl	(cr0), eax
	movl	eax, (cr7)
	movl	(cr8), eax
	movl	eax, (cr15)
	movl	(db0), eax
	movl	eax, (db7)
	movl	(dr0), eax
	movl	eax, (dr7)
	movl	(tr0), eax
	movl	eax, (tr7)
 
.intel_syntax noprefix
	mov	eax, [cr0]
	mov	[cr7], eax
	mov	eax, [cr8]
	mov	[cr15], eax
	mov	eax, [dr0]
	mov	[dr7], eax
	mov	eax, [tr0]
	mov	[tr7], eax
 

Go to most recent revision | 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.