ziskos 1.1.0-alpha

Guest runtime and entrypoint for programs targeting the ZisK zkVM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
        .section ".note.GNU-stack","",@progbits
        .text
        .attribute      4, 16
        .attribute      5, "rv64im"
        .globl  memcpy
        .p2align        4
        .type   memcpy,@function
memcpy:
        csrs    0x813, a1                  # Marker: Write count (a2) to CSR 0x813
        add	x0,a0,a2
        ret

        .size memcpy, .-memcpy
        .section .text.hot,"ax",@progbits