Do not attempt to deserialize/serialize a reference value like you would an integer. Instead, use load_ref
:
(slice, cell) load_ref(slice s) asm( -> 1 0) "LDREF";
How is a reference serialized (stored)?
This question was imported from Telegram Chat: https://t.me/tondev_eng/9475
Do not attempt to deserialize/serialize a reference value like you would an integer. Instead, use load_ref
:
(slice, cell) load_ref(slice s) asm( -> 1 0) "LDREF";