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/] [x86-64-stack.s] - Rev 205

Compare with Previous | Blame | View Log

 .macro try bytes:vararg
  .byte \bytes
  .byte 0x66, \bytes
  .byte 0x66, 0x48, \bytes
 .endm
 
 .text
 
_start:
	try	0x50
	try	0x58
 
	try	0x8f, 0xc0
	try	0x8f, 0x00
 
	try	0xff, 0xd0
	try	0xff, 0x10
 
	try	0xff, 0xe0
	try	0xff, 0x20
 
	try	0xff, 0xf0
	try	0xff, 0x30
 

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.