repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused declaration and macros
[binutils-gdb.git]
/
sim
/
testsuite
/
example-synacor
/
set.s
blob
8b441c762eaa7af49fd629288cd19facc7342daf
1
# check the SET insn.
2
# mach: example
3
4
.include
"testutils.inc"
5
6
start
7
JMP
3
8
HALT
9
10
SET
r2
,
2
11
EQ
r3
,
r2
,
2
12
JF
r3
,
2
13
SET
r1
,
1
14
EQ
r3
,
r1
,
1
15
JF
r3
,
2
16
SET
r0
,
r2
17
EQ
r3
,
r0
,
2
18
JF
r3
,
2
19
20
pass