updated comments
This commit is contained in:
parent
5099910b18
commit
d6d016bb80
4 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
;
|
;
|
||||||
; Groepaz/Hitmen, 11.10.2015
|
; Groepaz/Hitmen, 11.10.2015
|
||||||
;
|
;
|
||||||
|
; high level implementation for the soft80 implementation
|
||||||
|
;
|
||||||
; char cgetc (void);
|
; char cgetc (void);
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;
|
;
|
||||||
; Groepaz/Hitmen, 12.10.2015
|
; Groepaz/Hitmen, 12.10.2015
|
||||||
;
|
;
|
||||||
; character set for use with the soft80 implementation
|
; character set for use with the soft80 implementations
|
||||||
;
|
;
|
||||||
|
|
||||||
; the format of the data follows the following layout:
|
; the format of the data follows the following layout:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
;
|
;
|
||||||
; Groepaz/Hitmen, 12.10.2015
|
; Groepaz/Hitmen, 12.10.2015
|
||||||
;
|
;
|
||||||
|
; high level implementation for the soft80 implementation
|
||||||
|
;
|
||||||
; unsigned char __fastcall__ textcolor (unsigned char color);
|
; unsigned char __fastcall__ textcolor (unsigned char color);
|
||||||
; unsigned char __fastcall__ bgcolor (unsigned char color);
|
; unsigned char __fastcall__ bgcolor (unsigned char color);
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
;
|
;
|
||||||
; Groepaz/Hitmen, 11.10.2015
|
; Groepaz/Hitmen, 11.10.2015
|
||||||
;
|
;
|
||||||
|
; high level implementation for the soft80 implementation
|
||||||
|
;
|
||||||
; void cputcxy (unsigned char x, unsigned char y, char c);
|
; void cputcxy (unsigned char x, unsigned char y, char c);
|
||||||
; void cputc (char c);
|
; void cputc (char c);
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Reference in a new issue