print_sl()

Updated: April 19, 2023

Displays to video a string, followed by a long (x86 only)

Synopsis:

void print_sl (char *s, unsigned long n) 

Arguments:

s
The sring to display
l
The long to display

Description:

This function uses INT 10h to output to video a string followed by a long. It is supported only for x86 platforms.

Returns:

None