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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [mri/] [for.s] - Rev 816

Compare with Previous | Blame | View Log

; Test MRI structured for pseudo-op.
 
	xdef	foo
foo
	clr d1
	for d0 = #1 to #10 by #2 do
	  add d0,d1 arbitrary text 'in comment field
	  if <vs> then
	    break
	  endi
	endf
 
	clr d1
	for d0 = #10 downto #1 do
	  if d1 <ge> #100 then
	    next
	  endi
	  add d0,d1
	endf
 
	nop
	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.