jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

implement add-lit #71

Closed jjfiv closed 12 years ago

jjfiv commented 12 years ago

_icode[6] = {op:"add-lit", dest:2, src:2, literal:-1}

Note that for all *-lit operations the type is int, or the 32-bit register.