Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 308 Bytes

.ref.t.md

File metadata and controls

31 lines (20 loc) · 308 Bytes
description
Store current execute point into cell

.ref.t

.ref.t &(0x5)

Examples

; ...
; set ref into [0xF] cell
.ref.t &(0x5)
; ...
; goto [0xF]
.jump.p &(0xF)
OpCode 0x09

See also

{% page-ref page="jumpers/.jump.p.md" %}