Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

VgaPrintIntegerHex

NullException edited this page Aug 6, 2020 · 1 revision

VgaPrintIntegerHex fucntion

Description

Prints an integer in hexadecimal format at current cursor position

Syntax

void VgaPrintIntegerHex(int integer);

Parameters

integer

The integer to print

Return Value

N/A

Notes

If an integer is printed off screen, it will write to invalid memory, possibly corrupting kernel code.
All integers are printed with 8 digits and prefixed with "0x"