Functions | |||
![]() | ![]() | void | delay (unsigned d) |
![]() | ![]() | uncalibrated delay loop. More... | |
![]() | ![]() | void | cputc_native_0 (char mask) |
![]() | ![]() | display native mode segment mask at display position 0. More... | |
![]() | ![]() | void | cputc_native_1 (char mask) |
![]() | ![]() | display native mode segment mask at display position 1. More... | |
![]() | ![]() | void | cputc_native_2 (char mask) |
![]() | ![]() | display native mode segment mask at display position 2. More... | |
![]() | ![]() | void | cputc_native_3 (char mask) |
![]() | ![]() | display native mode segment mask at display position 3. More... | |
![]() | ![]() | void | cputc_native_4 (char mask) |
![]() | ![]() | display native mode segment mask at display position 4. More... | |
![]() | ![]() | void | cputc_native_5 (char mask) |
![]() | ![]() | display native mode segment mask at display position 5. More... | |
![]() | ![]() | void | cputc_native (char mask, int pos) |
![]() | ![]() | display native mode segment mask. More... | |
![]() | ![]() | void | cputc_hex_0 (unsigned nibble) |
![]() | ![]() | void | cputc_hex_1 (unsigned nibble) |
![]() | ![]() | void | cputc_hex_2 (unsigned nibble) |
![]() | ![]() | void | cputc_hex_3 (unsigned nibble) |
![]() | ![]() | void | cputc_hex_4 (unsigned nibble) |
![]() | ![]() | void | cputc_hex_5 (unsigned nibble) |
![]() | ![]() | void | cputc_hex (char c, int pos) |
![]() | ![]() | a dispatcher for the fixed position versions. | |
![]() | ![]() | void | cputw (unsigned word) |
![]() | ![]() | display a hexword. More... | |
![]() | ![]() | void | cputc_0 (unsigned c) |
![]() | ![]() | void | cputc_1 (unsigned c) |
![]() | ![]() | void | cputc_2 (unsigned c) |
![]() | ![]() | void | cputc_3 (unsigned c) |
![]() | ![]() | void | cputc_4 (unsigned c) |
![]() | ![]() | void | cputc_5 (unsigned c) |
![]() | ![]() | void | cputc (char c, int pos) |
![]() | ![]() | display ascii character c at display position pos. | |
![]() | ![]() | void | cputs (char *s) |
![]() | ![]() | display an ASCIIZ string. More... | |
![]() | ![]() | void | cls () |
![]() | ![]() | clear user portion of screen. | |
Variables | |||
![]() | ![]() | const char | hex_display_codes [] |
![]() | ![]() | const char | ascii_display_codes [] |
void delay (unsigned ms) |
uncalibrated delay loop.
ms | approximate time in ms |
void cputc_native_0 (char mask) |
display native mode segment mask at display position 0.
mask | the mask to display |
void cputc_native_1 (char mask) |
display native mode segment mask at display position 1.
mask | the mask to display |
void cputc_native_2 (char mask) |
display native mode segment mask at display position 2.
mask | the mask to display |
void cputc_native_3 (char mask) |
display native mode segment mask at display position 3.
mask | the mask to display |
void cputc_native_4 (char mask) |
display native mode segment mask at display position 4.
mask | the mask to display |
void cputc_native_5 (char mask) |
display native mode segment mask at display position 5.
mask | the mask to display. only the middle segment is present on the display. |
void cputc_native (char mask, int pos) |
display native mode segment mask.
mask | the segment mask. |
pos |
the desired display position.
|
void cputc_hex_0 (unsigned nibble) [inline]
|
void cputc_hex_1 (unsigned nibble) [inline]
|
void cputc_hex_2 (unsigned nibble) [inline]
|
void cputc_hex_3 (unsigned nibble) [inline]
|
void cputc_hex_4 (unsigned nibble) [inline]
|
void cputc_hex_5 (unsigned nibble) [inline]
|
void cputc_hex (char c, int pos) [inline]
|
a dispatcher for the fixed position versions.
void cputw (unsigned word) |
display a hexword.
word |
the hexword
|
void cputc_0 (unsigned c) [inline]
|
void cputc_1 (unsigned c) [inline]
|
void cputc_2 (unsigned c) [inline]
|
void cputc_3 (unsigned c) [inline]
|
void cputc_4 (unsigned c) [inline]
|
void cputc_5 (unsigned c) [inline]
|
void cputc (char c, int pos) [inline]
|
display ascii character c at display position pos.
void cputs (char * s) |
display an ASCIIZ string.
s |
the string
|
void cls () |
clear user portion of screen.
const char hex_display_codes[] |
const char ascii_display_codes[] |