repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mono
/
tests
/
jmpTest.il
blob
8d473f2ad98cd4fffa7762669c1cfef148702bf5
1
.assembly extern mscorlib{}
2
.assembly jmpTest{}
3
.module jmpTest
4
5
.class private auto ansi jmpTest
6
extends [mscorlib]System.Object {
7
8
.method public static int32 go() cil managed {
9
.entrypoint
10
jmp int32 [jmpTest]jmpTest::pass()
11
ldc.i4.1
12
ret
13
}
14
15
.method public static int32 pass() cil managed {
16
ldc.i4.0
17
ret
18
}
19
}