Vous avez cherché: ascii hex wandler (Allemand - Anglais)

Allemand

Traduction

ascii hex wandler

Traduction

Anglais

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Allemand

Anglais

Infos

Allemand

- taste 1-3 stellt die darstellung der spi-signale ein. (ascii/hex mit 1/2 kanälen)

Anglais

- key 1-3 to set the view of the spi-signals. (ascii/hex with 1/2 channels)

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Allemand

die telegramm daten werden im ascii hex format über tragen, als binärdaten oder in beliebigen kombinationen. oftmals ist auch die reihenfolge kodierter zahlen verschieden (big oder little endian).

Anglais

the telegram data may be transfered in an ascii hex format, in raw binary or in a combination of both. often the ordering of data bytes for numbers is different too (big or little endian).

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Allemand

; bin2tohex4 ; ========== ; wandelt eine 16-bit-binärzahl in hex-ascii ; aufruf: binärzahl in rbin1h:l, z zeigt auf erste position ; des vierstelligen ascii-hex ; rückkehr: z zeigt auf erste position des vierstelligen ; ascii-hex, ascii-ziffern a..f in großbuchstaben ; benutzte register: rbin1h:l (bleibt erhalten), rmp ; aufgerufene unterroutinen: bin1tohex2, bin1tohex1 ; bin2tohex4: mov rmp,rbin1h ; msb in rmp kopieren rcall bin1tohex2 ; in hex-ascii umwandeln mov rmp,rbin1l ; lsb in rmp kopieren rcall bin1tohex2 ; in hex-ascii umwandeln sbiw zl,4 ; zeiger auf anfang hex-ascii ret ; fertig ; ; bin1tohex2 wandelt die 8-bit-binärzahl in rmp in hex-ascii ; gehört zu: bin2tohex4 ; bin1tohex2: push rmp ; rette byte auf dem stapel swap rmp ; vertausche die oberen und unteren 4 bit rcall bin1tohex1 ; wandle untere 4 bits in hex-ascii pop rmp ; stelle das byte wieder her bin1tohex1: andi rmp,$0f ; maskiere die oberen vier bits subi rmp,-'0' ; addiere ascii-0 cpi rmp,'9'+1 ; ziffern a..f? brcs bin1tohex1a ; nein subi rmp,-7 ; addiere 7 für a..f bin1tohex1a: st z+,rmp ; abspeichern und zeiger erhöhen ret ; fertig ; ; *********************************************** ; ; paket iv: von hex-ascii nach binär ;

Anglais

; bin2tohex4 ; ========== ; converts a 16-bit-binary to uppercase hex-ascii ; in: 16-bit-binary in rbin1h:l, z points to first ; position of the four-character hex-ascii ; out: z points to the first digit of the four-character ; hex-ascii, ascii digits a..f in capital letters ; used registers: rbin1h:l (unchanged), rmp ; called subroutines: bin1tohex2, bin1tohex1 ; bin2tohex4: mov rmp,rbin1h ; load msb rcall bin1tohex2 ; convert byte mov rmp,rbin1l rcall bin1tohex2 sbiw zl,4 ; set z to start ret ; ; bin1tohex2 converts an 8-bit-binary to uppercase hex ; called by: bin2tohex4 ; bin1tohex2: push rmp ; save byte swap rmp ; upper to lower nibble rcall bin1tohex1 pop rmp ; restore byte bin1tohex1: andi rmp,$0f ; mask upper nibble subi rmp,-'0' ; add 0 to convert to ascii cpi rmp,'9'+1 ; a..f? brcs bin1tohex1a subi rmp,-7 ; add 7 for a..f bin1tohex1a: st z+,rmp ; store in target ret ; and return ; ; ******************************************* ; ; package iv: from hex-ascii to binary ;

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Certaines traductions humaines peu pertinentes ont été masquées.
Affichez les résultats peu pertinents.

Obtenez une traduction de meilleure qualité grâce aux
8,874,261,867 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK