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

Latest commit

 

History

History
35 lines (23 loc) · 442 Bytes

.jump.y.md

File metadata and controls

35 lines (23 loc) · 442 Bytes
description
[obsolete] Jump to point if X less or equal Y cell value

.jump.y

{% hint style="danger" %} Obsolete {% endhint %}

.jump.y &(point) ~- &(X) &(Y)

Examples

; ...
; set ref into [0xF] cell
.ref.t &(0xF)
; ...
; goto [0xF] if [0x9] less or equal [0x7] value
.jump.y &(0xF) ~- &(0x9) &(0x7)
OpCode 0x08

See also

{% page-ref page="../.ref.t.md" %}