9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
|
.method main
|
||
|
.args 3
|
||
|
.define a = 1
|
||
|
.define b = 2
|
||
|
iload a
|
||
|
iload b
|
||
|
ishl
|
||
|
ireturn
|