Vertaling van "dos bytes y" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Este uso devuelve un error porque la función Asc espera siempre al menos un parámetro de dos bytes y la función ChrB solo devuelve un solo byte.
Instead of returning a character, which may be one or two bytes, ChrB always returns a single byte.
Calcula un valor de un byte a partir de una palabra de dos bytes y lo escribe en la misma ubicación de memoria.
It computes a one-byte value out of a two-byte word and writes it at the same memory location.
Esto pasa porque automáticamente agrupa cada dos bytes y los muestra como valos hexadecimales de 16-bit.
This happens because it automatically groups every two bytes and displays them as 16-bit hex values.
Andere resultaten
Y había dos Bytes en la palabra y nada más existía.
Contiene datos de caracteres y dos bytes de longitud.
Se encuentran disponibles dos bytes para el Mayor y
Two bytes are available for the Major and Minor,
El intérprete leía dos bytes seguidos y unía sus bits impares en un solo byte de código.
The interpreter would read out two bytes, drop all the odd-numbered bits, and assemble the results into a single byte of code.
Por ejemplo, la letra a se puede representar mediante dos bytes en una codificación y con cuatro bytes, en otra.
For example, the letter á can be represented by two bytes in one encoding and four bytes in another.
Primero confirmo que, efectivamente, el primer sector es un MBR (al menos tiene el signature 0x55aa en los últimos dos bytes), y toda la tabla de particiones está vacía, pero que en el segundo sector parece haber una copia.
First I confirm that, yes, the first sector is a MBR (at least it has the 0x55aa signature at the end), and that the whole partition table is empty, but in the second sector of the disk there seems to be a copy.
Si se solicitan los dos bytes de longitud y Le=0 (mensajería segura)
If both length bytes are requested, and Le=0 (secure messaging)
Si el registro RCREG está ocupado (contiene dos bytes) y el registro de desplazamiento detecta el nuevo bit de parada (STOP), el bit de sobrescritura OERR se pondrá a uno.
IIf the RCREG register is occupied (contains two bytes) and the shift register detects new STOP bit, the overflow bit OERR will be set.
El MBR y cada partición extendida debe terminar con dos bytes 0x55 y 0xAA, en ese orden; lo cual conforma la palabra 0xAA55 (ya que los sistemas con CPU x86 son 'little-endian').
The MBR and each extended partition must end with the two bytes 0x55 and 0xAA, in that order; which make up the hex word 0xAA55 (since x86 CPU systems are little-endian).
Porque necesitábamos cuatro sitios de almacenamiento (bytes) mas para nuestras modificaciones (dos bytes para el comando MOV y dos bytes para el comando HALT) el antiguo comando SCALL en la dirección 8201AEh ha desaparecido.
Because we needed four storage locations (bytes) more for our modifications (two bytes for the MOV-command and two bytes for the HALT-command) the old SCALL-command at address 8201AEh has vanished.