Examples of using Base instruction in English and their translations into Vietnamese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Base instruction 0x35 bgt.un.s<int8(target)> Branch to target if greater than(unsigned or unordered), short form. Base instruction 0x3E ble<int32(target)> Branch to target if less than or equal to. Base instruction 0x31 ble.s<int8(target)>
Object model instruction 0xDD leave<int32(target)> Exit a protected region of code. Base instruction 0xDE leave.s<int8(target)>
Base instruction 0x8A conv. ovf.i. un Convert unsigned to a native int(on the stack as native int)
Base instruction 0x4E ldind. r4 Indirect load value of type float32 as F on the stack. Base instruction 0x4F ldind.
Web based instruction(WBI).
This program included meditation, breathing exercises, gentle poses, and yoga based instructions for coping with symptoms.
In addition, programs will be established to increase access to Med-STEM based instruction to create graduates ready to enter college or a career.
Base instruction 0xD8 mul. ovf Multiply signed integer values.
Base instruction 0x3A brtrue Branch to target if value is non-zero(true).
Base instruction 0x6D conv. u4 Convert to unsigned int32,
Base instruction 0x39 brzero Branch to target if value is zero(alias for brfalse).
Base instruction 0x6E conv. u8 Convert to unsigned int64, pushing int64 on stack.
Base instruction 0x4C ldind. i8 Indirect load value of type int64 as int64 on the stack.
Base instruction 0x48 ldind. i2 Indirect load value of type int16 as int32 on the stack.
Base instruction 0x8E ldlen Push the length(of type native unsigned int) of array on the stack.
Signed result shall fit in same size Base instruction 0xD9 mul. ovf. un Multiply unsigned integer values.
Base instruction 0x67 conv. i1 Convert to int8,
Base instruction 0x01 break Inform a debugger that a breakpoint has been reached.
Base instruction 0x68 conv. i2 Convert to int16,
Base instruction 0x6A conv. i8 Convert to int64,