more on set
This commit is contained in:
@ -24,6 +24,13 @@ module Virtual
|
||||
EXCEPTION = 3
|
||||
SELF = 4
|
||||
|
||||
SELF_REG = :r0
|
||||
MESSAGE_REG = :r1
|
||||
FRAME_REG = :r2
|
||||
NEW_MESSAGE_REG = :r3
|
||||
|
||||
TMP_REG = :r4
|
||||
|
||||
def initialize me , normal , exceptional
|
||||
@me = me
|
||||
@next_normal = normal
|
||||
|
Reference in New Issue
Block a user