Implemented complex expressions
This commit is contained in:
@ -11,7 +11,10 @@ hello() {
|
||||
address += 4194304
|
||||
address += 1
|
||||
|
||||
length = 0
|
||||
length = 0 + 1
|
||||
length -= length
|
||||
length += write + stdout
|
||||
length -= length
|
||||
length += 50
|
||||
length -= 20
|
||||
length *= 10
|
||||
|
Reference in New Issue
Block a user