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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [maxq20/] [logical.s] - Rev 202

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

;# logical.s
;# Verifies all the logical operation in the file
 
.text	
foo:
	MOVE AP, #00h	;Set AC[0] as the active accumulator
	AND #FFh	;AND AC[0] with 0xFF
	OR #F0h
	XOR #FEh
	CPL
	NEG
	SLA
	SLA2	
	SLA4
	RL	
	RLC
	SRA
	SRA2
	SRA4
	SR
	RR
	RRC
 

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.