https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0e412b6b50d432c7374ea28f3845ce3e23590ecd authored by Felix Puscasu on 22 January 2024, 12:38:57 UTC
RISC-V: M-ext: mul, div
Tip revision: 0e412b6
compare_timestamp_02.tzt
code { COMPARE } ;
input { Stack_elt timestamp "2" ; Stack_elt timestamp "1" } ;
output { Stack_elt int 1 }
back to top