ack/plat/cpm/libsys
David Given 25b6712e63 Rework all the ackbuilder scripts not to use wildcards, because we can't expand
them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 23:57:54 +02:00
..
_bdos.s Miscellaneous bugfixed and renamings. 2019-06-11 21:33:57 +02:00
_bios.s Update CP/M libsys. 2019-11-23 11:31:03 +01:00
_bios_raw.s Update CP/M libsys. 2019-11-23 11:31:03 +01:00
_hol0.s Added cpm platform. 2007-04-27 22:42:41 +00:00
_inn2.s Added cpm platform. 2007-04-27 22:42:41 +00:00
_trap.s Simplify the .trp API to make it a bit smaller. 2019-06-11 20:02:03 +02:00
asm.h Add missing file. 2019-06-11 19:40:46 +02:00
bios_sectran.s Update CP/M libsys. 2019-11-23 11:31:03 +01:00
bios_seldsk.s Update CP/M libsys. 2019-11-23 11:31:03 +01:00
brk.c Miscellaneous byte shaving; you can now choose whether or not you want the CCP 2019-06-11 20:32:00 +02:00
build.lua Rework all the ackbuilder scripts not to use wildcards, because we can't expand 2022-07-14 23:57:54 +02:00
close.c Add some BIOS bindings, and a zero-terminated print string routine. 2019-06-24 23:07:17 +02:00
cpm_overwrite_ccp.s Miscellaneous byte shaving; you can now choose whether or not you want the CCP 2019-06-11 20:32:00 +02:00
cpm_printstring0.s Add some BIOS bindings, and a zero-terminated print string routine. 2019-06-24 23:07:17 +02:00
cpm_read_random_safe.c First at-least-slightly working version of the CP/M read/write stuff. Not as 2019-06-16 19:04:17 +02:00
cpmsys.h First at-least-slightly working version of the CP/M read/write stuff. Not as 2019-06-16 19:04:17 +02:00
creat.c Added cpm platform. 2007-04-27 22:42:41 +00:00
errno.s Added cpm platform. 2007-04-27 22:42:41 +00:00
fcb.c Bugfix the CP/M FCB parser, and add a test for it. 2019-06-17 00:41:49 +02:00
fd.c First at-least-slightly working version of the CP/M read/write stuff. Not as 2019-06-16 19:04:17 +02:00
getpid.c Added cpm platform. 2007-04-27 22:42:41 +00:00
isatty.c Added cpm platform. 2007-04-27 22:42:41 +00:00
kill.c Added cpm platform. 2007-04-27 22:42:41 +00:00
lseek.c Some byte shaving; lseek returns the offset. 2019-06-16 20:04:07 +02:00
make_bdos_call.sh Add missing file. 2019-06-10 23:57:43 +02:00
make_bios_call.sh Update CP/M libsys. 2019-11-23 11:31:03 +01:00
make_trap.sh Simplify the .trp API to make it a bit smaller. 2019-06-11 20:02:03 +02:00
open.c First at-least-slightly working version of the CP/M read/write stuff. Not as 2019-06-16 19:04:17 +02:00
read.c Some byte shaving; lseek returns the offset. 2019-06-16 20:04:07 +02:00
signal.c Added cpm platform. 2007-04-27 22:42:41 +00:00
time.c Added cpm platform. 2007-04-27 22:42:41 +00:00
write.c Correctly emit \r\n when a \n is written to the console, instead of \n\n... 2019-06-17 23:31:16 +02:00