Add files left out with previous commit.

This commit is contained in:
Jan Beulich 2009-04-20 06:34:52 +00:00
parent ee86248cee
commit 826a9f0ec4
2 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#objdump: -sj .data
#name: x86 Intel expressions
.*: file format .*
Contents of section .data:
0000 00000000 01000000 feffffff fcffffff .*
0010 05000000 03000000 12000000 0[17]000000 .*
0020 03000000 40020000 00000000 08000000 .*
0030 05000000 0f000000 ffffffff 00000000 .*
0040 ffffffff 00000000 ffffffff 00000000 .*
0050 01020406 080a1010 20cccccc cccccccc .*
0060 02ff05ff 04ff06ff 08ff06ff cccccccc .*

View File

@ -0,0 +1,40 @@
.intel_syntax
.data
.long 0
.long + 1
.long - 2
.long not 3
.long 4 + 1
.long 5 - 2
.long 6 * 3
.long 7 / 4
.long 8 mod 5
.long 9 shl 6
.long 10 shr 7
.long 11 and 8
.long 12 xor 9
.long 13 or 10
.long 14 eq 14
.long 15 ne 15
.long 16 le 16
.long 17 lt 17
.long 18 ge 18
.long 19 gt 19
.p2align 4, 0xcc
.byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
.p2align 4, 0xcc
.code16
.word near, far
.code32
.word near, far
.code64
.word near, far
.p2align 4, 0xcc