1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/osic1p
Jeff Tranter 4d97e30b55 Source listing in bootstrap.s is incorrect.
The OSI C1P alternative boot file format works, but the code in the
source listing does not match the ASCII-coded hex translation (which
is actually used). This is confusing to anyone trying to maintain the
code.

Also, the source code did not assemble when ASM is defined.

Also removed use of branch macros and an unnecessary "<" operator.

With these changes the source file should correctly match what
is used at run time.
2023-05-01 09:49:41 -04:00
..
extra Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
bootstrap.s Source listing in bootstrap.s is incorrect. 2023-05-01 09:49:41 -04:00
cclear.s remove dangling spaces 2022-04-17 16:06:22 +02:00
cgetc.s Address review comments 2019-10-15 09:38:23 -04:00
chline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
ctype.s ctype size optimization 2020-02-03 20:45:09 +01:00
cvline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
doesclrscr.s Added two functions that make it easier to write portable programs for Ohio Scientific computers. 2017-06-26 02:34:23 -04:00
extzp.inc
extzp.s
gotox.s
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s
kbhit.s Removed redundant LDA 2019-10-15 09:38:23 -04:00
oserror.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
osic1p.inc New OSI input routine based on disassembly of ROM code. 2019-10-15 09:38:23 -04:00
osiscreen.inc Fix switched meaning of '\n' and '\r' 2022-05-18 18:57:52 +02:00
revers.s Added two functions that make it easier to write portable programs for Ohio Scientific computers. 2017-06-26 02:34:23 -04:00
screen-c1p-24x24.s Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
wherex.s
wherey.s