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] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
 .macro try bytes:vararg
2
  .byte \bytes
3
  .byte 0x66, \bytes
4
  .byte 0x66, 0x48, \bytes
5
 .endm
6
 
7
 .text
8
 
9
_start:
10
        try     0x50
11
        try     0x58
12
 
13
        try     0x8f, 0xc0
14
        try     0x8f, 0x00
15
 
16
        try     0xff, 0xd0
17
        try     0xff, 0x10
18
 
19
        try     0xff, 0xe0
20
        try     0xff, 0x20
21
 
22
        try     0xff, 0xf0
23
        try     0xff, 0x30

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.