Hide minor edits - Show changes to markup
Convert a value to the word data type or create a word from two bytes.
word(x) \\
Convierte un valor al tipo de dato word o crea una variable tipo word a partir de dos bytes.
word(x)
x: a value of any type
h: the high-order (leftmost) byte of the word
l: the low-order (rightmost) byte of the word
word
x: un valor de cualquier tipo.
h: el byte más significativo (el más a la izquierda) de la palabra.
l: el byte menos significativo (el más a la derecha) de la palabra.
Un valor tipo word
h: the high-order (rightmost) byte of the word
l: the low-order (leftmost) byte of the word
h: the high-order (leftmost) byte of the word
l: the low-order (rightmost) byte of the word
byte(x)
byte(h, l)
word(x)
word(h, l)