Home
last modified time | relevance | path

Searched refs:kRCX_JumpOp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Cmd.cpp321 GetBody()[0] = kRCX_JumpOp; in MakeJump()
335 if (GetBody()[0] != kRCX_JumpOp) in SetOffset()
H A DRCX_Constants.h39 #define kRCX_JumpOp 0x72 macro
/dports/lang/nbc/bricktools/
H A Drcx_constants.pas64 kRCX_JumpOp = $72; // (program)
H A Drcx_cmd.pas456 ptr^ := kRCX_JumpOp;
620 if tmp^ <> kRCX_JumpOp then