Ancient VM
Ancient VM
Ancient VM
Ancient VM
Introduction
Github
Information
Environment flags
Internal VM functions
Flags address
External Devices
Halt VM
Float Mode
VM Assembly structure
Modules
Instructions
Debug
Jumpers
.jump.x
.jump.p
.jump.t
.jump.y
.jump.e
.jump.g
.jump.u
Math Operations
Logical Operations
.mva
.nop
.warm
.halt
.ldi
.ldx
.wtd
.rfd
.swap
.dup
.ref.t
.page
.lpstr
.unlock
.prune
.call.i
.locals
.readonly
.raw
.orb
.pull
.val
.inc
.dec
.ckft
.inv
...static.extern.call
.dif.t & .dif.f
Powered by GitBook

.jump.u

[obsolete] Jump to point if X less Y cell value

Obsolete

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

Examples

; ...
; set ref into [0xF] cell
.ref.t &(0xF)
; ...
; goto [0xF] if [0x9] less [0x7] value
.jump.u &(0xF) ~- &(0x9) &(0x7)

​

OpCode

0x08

See also

.ref.t
/instructions/.ref.t
Previous
.jump.g
Next - Instructions
Math Operations
Last updated 11 months ago