ckb-vm 0.20.0-alpha

CKB's Virtual machine
Documentation
1
2
3
4
5
6
.global _start
_start:
  li a1, 0x300000
  lbu a0, 0(a1)
  li a7, 93
  ecall