print_var()

Display a variable to video

Synopsis:

void print_var (unsigned long n, int l)

Arguments:

n
The variable to output
l
The long to output.

Description:

This function uses INT 10h to output a variable to video. It is supported only for x86 platforms.

Returns:

None