please dont rip this site

Atmel AVR Microcontroller Radix Conversions

16bit to ASCII HexDecimal via output routine by http://elm-chan.org

;-----------------------------------------------------------------------------;
; Universal hexdecimal string conversion (8/16/32 bit)
;
; Register Variables:
;  Call:   var3:0 = 8/16/24/32 bit value to be converted
;
;  Result: var3:0 = <Unknown>
;
; Size:  23 words
; Clock: depends on output routine
; Stack: 2 (+output routine)

mk_h32:         push     var0
                mov      var0, var3
                 rcall   mk_h08
                pop      var0
mk_h24:         push     var0
                mov      var0, var2
                 rcall   mk_h08
                pop      var0
mk_h16:         push     var0
                mov      var0, var1
                 rcall   mk_h08
                pop      var0
mk_h08:         push     var0
                swap     var0
                 rcall   PC+2
                pop      var0
                andi     var0,0x0f
                cpi      var0,10
                brcs     PC+2
                subi     var0,-7
                subi     var0,-'0'
                 rcall   xmit
                ret




file: /Techref/atmel/avr/bin2asciihex16b-ec.htm, 1KB, , updated: 2007/9/14 18:36, local time: 2024/3/28 10:41,
TOP NEW HELP FIND: 
3.83.81.42:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/Techref/atmel/avr/bin2asciihex16b-ec.htm"> Atmel AVR, atmega, Microcontroller, embedded controller, radix conversion, 16bit to ASCII HexDecimal</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .