projects
/
platform
/
upstream
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PR gas/3041
[platform/upstream/binutils.git]
/
gas
/
testsuite
/
gas
/
m68k
/
fido.s
1
# Test parsing of the operands of the fido-specific instructions.
2
.text
3
.globl foo
4
foo:
5
sleep
6
trapx #0
7
trapx #1
8
trapx #2
9
trapx #3
10
trapx #4
11
trapx #5
12
trapx #6
13
trapx #7
14
trapx #8
15
trapx #9
16
trapx #10
17
trapx #11
18
trapx #12
19
trapx #13
20
trapx #14
21
trapx #15
22
movec #0xffe,%d0
23
movec #0xffe,%a0
24
movec #0xfff,%d1
25
movec #0xfff,%a1
26
movec %d2,#0xffe
27
movec %a2,#0xffe
28
movec %d3,#0xfff
29
movec %a3,#0xfff
30
movec %cac,%d4
31
movec %cac,%a4
32
movec %mbb,%d5
33
movec %mbb,%a5
34
movec %d6,%cac
35
movec %a6,%cac
36
movec %d7,%mbb
37
movec %a7,%mbb