Return to previous page | Return to menu | Go to next page


void
Character display function

slPrintHex

Hexadecimal screen display (the upper digit 0 is not displayed)

Format

void slPrintHex(val , dspadd)
Uint32 val ;
void *dspadd ;

Parameter

val Numeric value to be displayed
dspadd Text display address (return value of "slLocate")

Function

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).

Return value

None

Reference: Chapter 8 Scroll

slPrintHex


Return to previous page | Return to menu | Go to next page