1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00
cc65/libsrc/osic1p
Greg King 2d50267bd8 Added a second OSI C1P program file format.
Unlike the first format, the new format is already loadable; it doesn't need to be converted.
2015-03-07 16:39:44 -05:00
..
_scrsize.s Consistent naming for screen dimension constants. 2015-02-22 19:55:19 +01:00
bootstrap.s Added a second OSI C1P program file format. 2015-03-07 16:39:44 -05:00
cclear.s Use character constants where appropriate. 2015-02-21 20:53:16 +01:00
cgetc.s Optimization by replacing absolute with relative jump. 2015-02-28 20:29:08 +01:00
chline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
clrscr.s Use character constants where appropriate. 2015-02-21 20:53:16 +01:00
cputc.s Replaced magic numbers with symbolic constants. 2015-03-01 20:53:57 +01:00
crt0.s Fix wrong expression for top of C stack. 2015-02-25 23:48:57 +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 Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
extzp.s Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +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
kbhit.s Mask control keys from first keyboard scan row. 2015-02-21 22:52:01 +01:00
oserror.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
osic1p.inc Temporarily undo the 25 line change. 2015-02-25 23:50:02 +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