move charset to seperate file again, added comments on charset layout

This commit is contained in:
mrdudz
2015-10-11 17:13:28 +02:00
parent 32397b9a2b
commit d8d7f53d1b
4 changed files with 179 additions and 140 deletions

View File

@@ -1,4 +1,6 @@
;
; Groepaz/Hitmen, 11.10.2015
;
; void cputcxy (unsigned char x, unsigned char y, char c);
; void cputc (char c);
;
@@ -49,7 +51,6 @@ L1: cmp #$0D ; LF?
beq soft80_newline ; Recalculate pointers
; Printable char of some sort
tay
bpl L10