Hexlib provides functions to display hexadecimal numbers.

void hexlib::put_char()
Prints a hexadecimal character
Input: D0.L = Character
D1.L = Row
D2.L = Column

void hexlib::put_bin()
Prints a binary long word
Input: D0.L = Long word
D1.L = Row
D2.L = Column
D3.L = Number of digits minus one

void hexlib::put_hex()
Prints a hexadecimal long word
Input: D0.L = Long word
D1.L = Row
D2.L = Column
D3.L = Number of digits minus one


Back to Programming Information

Questions? Comments? E-mail me at river@gte.net
This page is maintained by Rusty Wagner