Results for ascii hex wandler translation from German to English

German

Translate

ascii hex wandler

Translate

English

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

German

English

Info

German

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

English

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

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

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).

English

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).

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

; 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 ;

English

; 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 ;

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

Some human translations with low relevance have been hidden.
Show low-relevance results.

Get a better translation with
8,906,631,421 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK