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


void
Character display function

slDispHex

Hexadecimal screen display

Format

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

Parameter

Value to display val
dspadd text display address (return value of "slLocate")

Function

The specified variable is displayed on the screen in 8-digit hexadecimal number.
The function “slDispHex” also displays the high-order 0 (eg 00001234).
Use the function “slPrintHex” if you do not want to display the high-order 0 (0 is converted to a space) (Example: 1234).

Return value

None

Remarks

The character / numerical value display function group displays and displays the normal scroll “NBG0” and ASCII cells at the system initialization stage.
If these default data is rewritten for some reason, the numerical value display may not be performed correctly.

Reference: Chapter 8 Scroll

slDispHex


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