We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inst_rem_signed_with_overflow
1 parent fb4de8a commit fa6cf0aCopy full SHA for fa6cf0a
pvm/TESTCASES.md
@@ -1368,13 +1368,17 @@ Gas consumed: 10000 -> 9998
1368
Initial non-zero registers:
1369
* r7 = 0x80000000
1370
* r8 = 0xffffffff
1371
+ * r9 = 0xdeadbeef
1372
1373
```
1374
: @0
1375
0: 46 87 09 r9 = r7 %s r8
1376
3: invalid
1377
1378
1379
+Registers after execution (only changed registers):
1380
+ * r9 = 0x0 (initially was 0xdeadbeef)
1381
+
1382
Program should end with: trap
1383
1384
Final value of the program counter: 3
pvm/programs/inst_rem_signed_with_overflow.json
@@ -10,7 +10,7 @@
10
0,
11
2147483648,
12
4294967295,
13
- 0,
+ 3735928559,
14
15
16
0
0 commit comments