start adding set attribute support
This commit is contained in:
@@ -120,9 +120,9 @@ sets the source location onto the runtime
|
||||
1. the column
|
||||
1. the length
|
||||
|
||||
## OP_LOAD_GETATTRIBUTE_FUNCTION
|
||||
## OP_LOAD_GETATTRIBUTE_METHOD
|
||||
|
||||
loads the \_\_getattribute\_\_ function from the objects class in register 1 and put it into register 1
|
||||
loads the \_\_getattribute\_\_ method from the objects class in register 1 and put it into register 1
|
||||
|
||||
## OP_LOAD_BOOL
|
||||
|
||||
@@ -183,4 +183,8 @@ performs an division between register A and register B, storing the result in re
|
||||
|
||||
## OP_NOT
|
||||
|
||||
inverts the boolean value in register 0.
|
||||
inverts the boolean value in register 0.
|
||||
|
||||
## OP_LOAD_SETATTR_METHOD
|
||||
|
||||
loads the \_\_setattr\_\_ method from the objects class in register 1 and put it into register 1
|
||||
Reference in New Issue
Block a user