more on set

This commit is contained in:
Torsten Ruger
2014-09-11 21:26:22 +03:00
parent 1d33c03537
commit b7e0d3fba4
3 changed files with 14 additions and 3 deletions

View File

@ -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