Introduction
Statistics
Contact
Development
Disclaimer
Help
global main
type main,"function"
p2align 4
loatnum:
.xword 0x4044a66666666666
ain:
ldr x0, =my_string
ldr x8, =floatnum
ldr d0, [x8]
bl printf
bl exit
y_string:
.asciz "The float value is %f.\n"