1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/osic1p
Stephan Mühlstrasser 92e75e9df8 Incorporated another round of feedback for pull request.
Adjusted comment formatting in several assembler files.
Removed dummy kbhit() function, as it's better to get a linker
error than an implementation that does the wrong thing.
2015-02-18 18:38:42 +01:00
..
_scrsize.s Use constants for screen width and height. 2015-02-12 20:54:47 +01:00
cclear.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
cgetc.s Fix high byte of return value, optimized. 2015-02-13 19:53:02 +01:00
chline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
clrscr.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
cputc.s Use constants for screen width and height. 2015-02-12 20:54:47 +01:00
crt0.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
ctype.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
cvline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
extzp.inc Replace zeropage variable with standard tmp variable. 2015-02-12 21:29:19 +01:00
extzp.s Don't use .byte in BSS segments, as value is lost anyway. 2015-02-12 21:44:00 +01:00
gotox.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoxy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
oserror.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
osic1p.inc Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
wherex.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
wherey.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00