What is the translation of " BASE INSTRUCTION " in English? S

Examples of using Base instruction in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Base instruction 0x08 ldloc. 2 Tải biến cục bộ 2 vào stack.
Base instruction 0x08 ldloc.2 Load local variable 2 onto stack.
Base instruction 0xD8 mul. ovf Nhân các giá trị nguyên có dấu.
Base instruction 0xD8 mul. ovf Multiply signed integer values.
Base instruction 0x3A brtrue Rẽ nhánh nếu giá trị khác zero.
Base instruction 0x3A brtrue Branch to target if value is non-zero(true).
Base instruction 0x39 brzero Rẽ nhánh nếu giá trị là zero.
Base instruction 0x39 brzero Branch to target if value is zero(alias for brfalse).
Base instruction 0x68 conv. i2 Chuyển về dạng int16, đẩy int32 vào stack.
Base instruction 0x68 conv. i2 Convert to int16, pushing int32 on stack.
Combinations with other parts of speech
Usage with nouns
Base instruction 0x6A conv. i8 Chuyển về dạng int64, đẩy int64 vào stack.
Base instruction 0x6A conv. i8 Convert to int64, pushing int64 on stack.
Base instruction 0x67 conv. i1 Chuyển đổi về dạng int8, đẩy int32 vào stack.
Base instruction 0x67 conv. i1 Convert to int8, pushing int32 on stack.
Base instruction 0x8E ldlen Đẩy độ dài của một mảng vào stack.
Base instruction 0x8E ldlen Push the length(of type native unsigned int) of array on the stack.
Base instruction 0x2D brtrue. s Rẽ nhánh nếu giá trị khác zero, dạng ngắn.
Base instruction 0x2D brtrue.s Branch to target if value is non-zero(true), short form.
Base instruction 0x6E conv. u8 Chuyển về dạng int64 không dấu, đẩy int64 vào stack.
Base instruction 0x6D conv. u4 Convert to unsigned int32, pushing int32 on stack.
Base instruction 0xFE 0x0E stloc Đẩy giá trị trong stack vào biến cục bộ indx.
Base instruction 0x13 stloc.s Pop a value from stack into local variable indx, short form.
Base instruction 0x2C brzero. s Rẽ nhánh nếu giá trị là zero, dạng ngắn.
Base instruction 0x2C brzero.s Branch to target if value is zero(alias for brfalse. s), short form.
Base instruction 0x48 ldind. i2 Gián tiếp tải giá trị kiểu int16 vào stack dưới dạng int32.
Base instruction 0x48 ldind. i2 Indirect load value of type int16 as int32 on the stack.
Base instruction 0x70 cpobj Sao chép một kiểu giá trị từ src vào dest.
Base instruction 0xFE 0x17 cpblk Copy data from memory to memory.Base instruction 0x70 cpobj Copy a value type from src to dest.
Base instruction 0xB5 conv. ovf. i2 Chuyển qua dạng int16, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0xB5 conv. ovf. i2 Convert to an int16(on the stack as int32) and throw an exception on overflow.
Base instruction 0xD4 conv. ovf. i Chuyển về dạng native int, đưa vào stack và ném lỗi nếu overflow.
Base instruction 0xD4 conv. ovf.i Convert to a native int(on the stack as native int) and throw an exception on overflow.
Base instruction 0xBA conv. ovf. u8 Chuyển về int64 không dấu, đưa int64 vào stack và ném lỗi nếu overflow.
Base instruction 0xBA conv. ovf. u8 Convert to an unsigned int64(on the stack as int64) and throw an exception on overflow.
Base instruction 0xD5 conv. ovf. u Chuyển qua dạng native int, đưa vào stack và ném lỗi nếu overflow.
Base instruction 0xD5 conv. ovf.u Convert to a native unsigned int(on the stack as native int) and throw an exception on overflow.
Base instruction 0xB8 conv. ovf. u4 Chuyển về dạng int32 không dấu, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0xB8 conv. ovf. u4 Convert to an unsigned int32(on the stack as int32) and throw an exception on overflow.
Base instruction 0xB4 conv. ovf. u1 Chuyển về số nguyên int8 không dấu, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0xB4 conv. ovf. u1 Convert to an unsigned int8(on the stack as int32) and throw an exception on overflow.
Base instruction 0x83 conv. ovf. i2. un Chuyển số nguyên không dấu qua dạng int16, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0x83 conv. ovf.i2. un Convert unsigned to an int16(on the stack as int32) and throw an exception on overflow.
Base instruction 0x86 conv. ovf. u1. un Chuyển số không dấu về int8 không dấu, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0x86 conv. ovf.u1. un Convert unsigned to an unsigned int8(on the stack as int32) and throw an exception on overflow.
Base instruction 0x8B conv. ovf. u. un Chuyển số nguyên không dấu qua native int, đưa vào stack và ném lỗi nếu overflow.
Base instruction 0x8B conv. ovf.u. un Convert unsigned to a native unsigned int(on the stack as native int) and throw an exception on overflow.
Base instruction 0x87 conv. ovf. u2. un Chuyển số không dấu qua dạng int16 không dấu, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0x87 conv. ovf.u2. un Convert unsigned to an unsigned int16(on the stack as int32) and throw an exception on overflow.
Base instruction 0x4D ldind. i Gián tiếp tải giá trị kiểu native int vào stack Base instruction 0x46 ldind. i1 Gián tiếp tải giá trị kiểu int8 vào stack dưới dạng int32.
Base instruction 0x4D ldind.i Indirect load value of type native int as native int on the stack Base instruction 0x46 ldind. i1 Indirect load value of type int8 as int32 on the stack.
Base instruction 0x76 conv. r. un Chuyển số nguyên không dấu thành số thực, đẩy F vào stack. instruction 0x6B conv. r4 Chuyển về float32, đẩy F vào stack. instruction 0x6C conv. r8 Chuyển về float64, đẩy F vào stack.
Base instruction 0x76 conv.r. un Convert unsigned integer to floating-point, pushing F on stack. Base instruction 0x6B conv. r4 Convert to float32, pushing F on stack. Base instruction 0x6C conv. r8 Convert to float64, pushing F on stack.
Base instruction 0x11 ldloc. s Tải biến cục bộ tại chỉ số indx vào stack, dạng ngắn. instruction 0xFE 0x0D ldloca Tải địa chỉ của biến cục bộ có chỉ số indx. instruction 0x12 ldloca. s Tải địa chỉ có biến cục bộ với chỉ số indx, dạng ngắn.
Base instruction 0x11 ldloc.s Load local variable of index indx onto stack, short form. Base instruction 0xFE 0x0D ldloca Load address of local variable with index indx. Base instruction 0x12 ldloca.s Load address of local variable with index indx, short form.
Base instruction 0xE0 conv. u Chuyển về số nguyên không dấu dạng native và đẩy vào stack. instruction 0xD2 conv. u1 Chuyển về dạng int8 không dấu, đẩy int32 vào stack. instruction 0xD1 conv. u2 Chuyển về dạng int16 không dấu, đẩy int32 vào stack. instruction 0x6D conv. u4 Chuyển về dạng int32 không dấu, đẩy int32 vào stack.
Base instruction 0xE0 conv.u Convert to native unsigned int, pushing native int on stack. Base instruction 0xD2 conv. u1 Convert to unsigned int8, pushing int32 on stack. Base instruction 0xD1 conv. u2 Convert to unsigned int16, pushing int32 on stack.
Base instruction 0x4E ldind. r4 Gián tiếp tải giá trị kiểu float32 vào stack dưới dạng F. Base instruction 0x4F ldind. r8 Gián tiếp tải giá trị kiểu float64 vào stack dưới dạng F. Base instruction 0x50 ldind. ref Gián tiếp tải giá trị kiểu đối tượng vào stack dưới dạng O. Base instruction 0x47 ldind. u1 Gián tiếp tải giá trị kiểu int8 không dấu vào stack dưới dạng int32.
Base instruction 0x4E ldind. r4 Indirect load value of type float32 as F on the stack. Base instruction 0x4F ldind. r8 Indirect load value of type float64 as F on the stack. Base instruction 0x50 ldind. ref Indirect load value of type object ref as O on the stack.
Base instruction 0x8A conv. ovf. i. un Chuyển số nguyên không dấu qua dạng native int, đưa vào stack và ném lỗi nếu overflow. instruction 0xB3 conv. ovf. i1 Chuyển qua dạng int8, đưa int32 vào stack và ném lỗi nếu overflow. instruction 0x82 conv. ovf. i1. un Chuyển số nguyên không dấu qua dạng int8, đưa int32 vào stack và ném lỗi nếu overflow.
Base instruction 0x8A conv. ovf.i. un Convert unsigned to a native int(on the stack as native int) and throw an exception on overflow. Base instruction 0xB3 conv. ovf. i1 Convert to an int8(on the stack as int32) and throw an exception on overflow. Base instruction 0x82 conv. ovf.i1. un Convert unsigned to an int8(on the stack as int32) and throw an exception on overflow.
Results: 65, Time: 0.0157

Word-for-word translation

S

Synonyms for Base instruction

lệnh cơ sở

Top dictionary queries

Vietnamese - English