Indentations break the feed.
[SquirrelJME.git] / modules / cldc-compact / src / test / resources / lang / bytecode / TestIUShr.j
blob5a7d2582f8a0ae2b9e6192cc2854304c492e085d
1 ; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
2 ; ---------------------------------------------------------------------------
3 ; Multi-Phasic Applications: SquirrelJME
4 ; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 ; ---------------------------------------------------------------------------
6 ; SquirrelJME is under the GNU General Public License v3+, or later.
7 ; See license.mkd for licensing and copyright information.
8 ; ---------------------------------------------------------------------------
10 .class public lang/bytecode/TestIUShr
11 .super lang/bytecode/BaseMathInteger
13 .method public <init>()V
14 aload 0
15 invokenonvirtual lang/bytecode/BaseMathInteger/<init>()V
16 return
17 .end method
19 .method public calc(II)I
20 .limit locals 3
21 .limit stack 2
22 iload_1
23 iload_2
25 ; Calculate then return
26 iushr
27 ireturn
28 .end method