You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
735 B
24 lines
735 B
.class public LB23201502;
|
|
|
|
.super Ljava/lang/Object;
|
|
|
|
.method public static runFloat()V
|
|
.registers 3
|
|
const v0, 0 # Null array.
|
|
const v1, 0 # 0 index into array.
|
|
const v2, 0 # 0 value, will be turned into float.
|
|
int-to-float v2, v2 # Definitely make v2 float.
|
|
aput v2 , v0, v1 # Put into null array.
|
|
return-void
|
|
.end method
|
|
|
|
.method public static runDouble()V
|
|
.registers 4
|
|
const v0, 0 # Null array.
|
|
const v1, 0 # 0 index into array.
|
|
const v2, 0 # 0 value, will be turned into double.
|
|
int-to-double v2, v2 # Definitely make v2+v3 double.
|
|
aput-wide v2 , v0, v1 # Put into null array.
|
|
return-void
|
|
.end method
|