Return to previous page | Return to menu | Go to next page
void
Character display function
Hexadecimal screen display (the upper digit 0 is not displayed)
void slPrintHex(val , dspadd)
Uint32 val ;
void *dspadd ;
val Numeric value to be displayed dspadd Text display address (return value of "slLocate")
The specified variable is displayed on the screen in 8-digit hexadecimal number.
The function “slPrintHex” does not display the upper digit 0.
The upper digit 0 is converted to a space (for example: 1234).
Use the function “slDispHex” if you want to display the upper digit 0
(Example: 00001234).
None
Reference: Chapter 8 Scroll
slPrintHex