updated comments
This commit is contained in:
@@ -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);
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user