User Tools

Site Tools


base:32_bit_hexadecimal_to_decimal_conversion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
base:32_bit_hexadecimal_to_decimal_conversion [2023-04-20 08:54] twwbase:32_bit_hexadecimal_to_decimal_conversion [2023-04-20 09:02] (current) tww
Line 101: Line 101:
 value:  .word 65535       // Adjust to quantity of bits needed value:  .word 65535       // Adjust to quantity of bits needed
 result: .byte 0,0,0,0,  // Adjust to quantity of digits needed result: .byte 0,0,0,0,  // Adjust to quantity of digits needed
 +Finally adjust the quantity of "rol value+n" to: roundup(bits/8)
 </code> </code>
base/32_bit_hexadecimal_to_decimal_conversion.txt · Last modified: 2023-04-20 09:02 by tww