jjfiv / dalvik-js

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

set/getRegisterWide needs to be updated to use RegisterValue & gLong #61

Closed jjfiv closed 12 years ago

jjfiv commented 12 years ago

See title

jjfiv commented 12 years ago

RegisterValue has been removed forcibly, and we're currently planning on pretending longs aren't split up across registers unless we really need to.

i.e. if it is a move-wide into register 1, we would theoretically fill out 1 and 2, but for our purposes, we will just put a gLong into register 1.