maintain lsb of cursor x position internally, saves some bytes and some cycles too :)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
.import soft80_kclrscr, soft80_charset
|
||||
.export soft80_internal_textcolor, soft80_internal_bgcolor
|
||||
.export soft80_internal_cursorxlsb
|
||||
|
||||
.importzp ptr1, ptr2, ptr3
|
||||
|
||||
@@ -104,4 +105,6 @@ soft80_internal_textcolor:
|
||||
.res 1
|
||||
soft80_internal_bgcolor:
|
||||
.res 1
|
||||
soft80_internal_cursorxlsb:
|
||||
.res 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user