e9dac3b4d0
Viper can now do the following: def store(p:ptr8, c:int): p[0] = c This does a store of c to the memory pointed to by p using a machine instructions inline in the code.
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
bytearray(b'\x00\x00\x00\x00')
|
|
bytearray(b'*\x00\x00\x00')
|
|
bytearray(b'++++')
|
|
bytearray(b',,,,')
|