02-09-2021, 05:43 PM
Change the UTF-16 string to the text you want to display and then load the relevant register/floating-point register.
If your value is an integer:
.string16 "InterestingInteger %d"
+ load the integer into r6
If it's a float
.string16 "InterestingFloat %f"
+ load the float into f1
It functions very similarly to how the old graphical codes did (see Vega's graphical speedometer for example).
If your value is an integer:
.string16 "InterestingInteger %d"
+ load the integer into r6
If it's a float
.string16 "InterestingFloat %f"
+ load the float into f1
It functions very similarly to how the old graphical codes did (see Vega's graphical speedometer for example).