Skip to content

Commit 53f72c9

Browse files
committed
apply mohanson's review suggestion on ckb-vm
1 parent bfc1dac commit 53f72c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/ckb-features/vm-built-for-hackers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ Nervos picked RISC-V for some pretty solid reasons:
2121

2222
## What Makes CKB-VM Unique?
2323

24-
CKB-VM is a pure software implementation of the RISC-V instruction set. Specifically, it uses the **RV64IMC** instruction set:
24+
CKB-VM is a pure software implementation of the RISC-V instruction set. Specifically, it uses the **RV64IMC_ZBA_ZBB_ZBC_ZBS** instruction set:
2525

2626
- **RV64**: 64-bit address space and registers.
2727
- **I**: Integer instructions (basic arithmetic).
2828
- **M**: Integer Multiplication and Division.
2929
- **C**: Compressed instructions (smaller code size).
30+
- **B**: Bit manipulation extension.
3031

3132
### The "No Precompiles" Philosophy
3233

0 commit comments

Comments
 (0)