File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -521,13 +521,13 @@ opcode src imm description referenc
521
521
0x15 0x0 any if dst == imm goto +offset `Jump instructions `_
522
522
0x16 0x0 any if (uint32_t)dst == imm goto +offset `Jump instructions `_
523
523
0x17 0x0 any dst -= imm `Arithmetic instructions `_
524
- 0x18 0x0 0x00 dst = imm64 `64-bit immediate instructions `_
525
- 0x18 0x1 0x00 dst = map_by_fd(imm) `64-bit immediate instructions `_
526
- 0x18 0x2 0x00 dst = mva(map_by_fd(imm)) + next_imm `64-bit immediate instructions `_
527
- 0x18 0x3 0x00 dst = variable_addr(imm) `64-bit immediate instructions `_
528
- 0x18 0x4 0x00 dst = code_addr(imm) `64-bit immediate instructions `_
529
- 0x18 0x5 0x00 dst = map_by_idx(imm) `64-bit immediate instructions `_
530
- 0x18 0x6 0x00 dst = mva(map_by_idx(imm)) + next_imm `64-bit immediate instructions `_
524
+ 0x18 0x0 any dst = imm64 `64-bit immediate instructions `_
525
+ 0x18 0x1 any dst = map_by_fd(imm) `64-bit immediate instructions `_
526
+ 0x18 0x2 any dst = mva(map_by_fd(imm)) + next_imm `64-bit immediate instructions `_
527
+ 0x18 0x3 any dst = variable_addr(imm) `64-bit immediate instructions `_
528
+ 0x18 0x4 any dst = code_addr(imm) `64-bit immediate instructions `_
529
+ 0x18 0x5 any dst = map_by_idx(imm) `64-bit immediate instructions `_
530
+ 0x18 0x6 any dst = mva(map_by_idx(imm)) + next_imm `64-bit immediate instructions `_
531
531
0x1c any 0x00 dst = (uint32_t)(dst - src) `Arithmetic instructions `_
532
532
0x1d any 0x00 if dst == src goto +offset `Jump instructions `_
533
533
0x1e any 0x00 if (uint32_t)dst == (uint32_t)src goto +offset `Jump instructions `_
You can’t perform that action at this time.
0 commit comments