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
/
mod.s
blob
f0b4217574c53b867dd4096fb30c9877a7461e61
1
# check the MOD insn.
2
# mach: example
3
4
.include
"testutils.inc"
5
6
start
7
JMP
3
8
HALT
9
10
MOD
r0
,
8
,
3
11
EQ
r1
,
r0
,
2
12
JF
r1
,
2
13
14
MOD
r0
,
r0
,
2
15
EQ
r1
,
r0
,
0
16
JF
r1
,
2
17
18
pass