gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-stack.s
CommitLineData
1a114b12
JB
1 .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
This page took 0.105954 seconds and 4 git commands to generate.