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  inputcpy
        .p2align        4
        .type   inputcpy,@function
inputcpy:
        csrs    0x815, a1                  # Marker: Write count (a2) to CSR 0x813
        add	x0,a0,a2
        ret

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