I hereby claim:
- I am pepsipu on github.
- I am pepsipu (https://keybase.io/pepsipu) on keybase.
- I have a public key ASCbZrF9ZJwjNhxpP0nL7Pj8ua8T0HdNmAqxS3YxStbrdwo
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am pepsipu on github. | |
| * I am pepsipu (https://keybase.io/pepsipu) on keybase. | |
| * I have a public key ASBX5X3YLOvhBesDYNyB-Wvd2kB1XDpLpSP3Wr0GPrh3cwo | |
| To claim this, I am signing this object: |
| {"lastUpload":"2021-03-13T06:46:47.977Z","extensionVersion":"v3.4.3"} |
| load("utils.js") | |
| load("int64.js") | |
| function addrof(obj) { | |
| let dateObj = new Date(); | |
| dateObj[0] = 1; | |
| let array = new Array(13.37, 13.37) | |
| let triggerChange = false; | |
| Date.prototype.__proto__ = new Proxy(Date.prototype.__proto__, { |
I hereby claim:
To claim this, I am signing this object:
| from ram import RAM | |
| # 0x00 -> add one to register 0 | |
| # 0x01 -> add one to register 1 | |
| # 0x09 -> register 0 = register 0 + register 1 | |
| # 0xde 0x?? -> load the value at 0x?? in memory into register 0 | |
| # 0xed 0x?? 0x!! -> store 0x!! at 0x?? in memory | |
| # 0xee 0x?? 0xrr -> store registers[0xrr] at 0x?? in memory | |
| # 0xde 0xde 0x00 0x00 0x01 0x01 0x09 0xed 0x00 0x01 |