https://gitlab.com/tezos/tezos
Raw File
Tip revision: dccceee3647d743e7850c4325aa838d0863f57a9 authored by Emma Turner on 03 April 2024, 08:27:46 UTC
RISC-V: F/D conversion functions
Tip revision: dccceee
packunpack_bytes_00.tzt
code { PACK ; UNPACK bytes } ;
input { Stack_elt bytes 0x00AABBCC } ;
output { Stack_elt (option bytes) (Some 0x00AABBCC) }
back to top