ARM converter
armconverter.com
- To get int hexcode i use:
mov r0, #1
bx lr
But cant get hexcode with #99999 pls tell me why?
- To get float hexcode i use:
movt r0, #0x1
bx lr
But cant get hexcode with >2000 float?
- And last question, how can i get hexcode for double value? Tks verry much