Commit Graph

78 Commits

Author SHA1 Message Date
Curtis F Kaylor b2820d2549 Added isalud() to ctype module 2022-07-09 18:25:34 -04:00
Curtis F Kaylor a220bd0592 Modified intlib to use system vars intacc, intarg, and intovr 2022-04-04 19:47:16 -04:00
Curtis F Kaylor 8e9beb39dc Added c02 module args 2021-09-25 15:28:49 -04:00
Curtis F Kaylor 92f1611315 argtest.c02 with prtbfr function 2021-09-19 22:05:35 -04:00
Curtis F Kaylor 4958e3c432 Added alphanumunder to ctype module 2021-08-31 21:08:21 -04:00
Curtis F Kaylor c1d9389a39 Updated test program for module xmemory 2020-10-23 18:15:36 -04:00
Curtis F Kaylor 414d673db5 Combined stack and stackx modules, updated documentation and test program 2020-10-19 22:44:24 -04:00
Curtis F Kaylor 85b04dff00 Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
Curtis F Kaylor c3bc2c619e Replaced goto loops with for(), and do() in slibtest.c02 2020-10-17 22:39:12 -04:00
Curtis F Kaylor 132eb22944 Cleaned up div() test in test/slibtest.c02 2020-10-17 22:21:41 -04:00
Curtis F Kaylor 929fa2976c Fixed >> on char variables, < and > operators in function calls 2020-10-17 22:19:30 -04:00
Curtis F Kaylor 3773129162 Update Module block and associated header variables 2020-10-15 22:58:12 -04:00
Curtis F Kaylor 1797d376db Moved block test program from py65/ to test/ 2020-10-15 20:19:20 -04:00
Curtis F Kaylor 4c27db63ee Updates to run6502 file modules and test programs 2020-10-14 10:59:25 -04:00
Curtis F Kaylor 1cc2caa794 Updated module keydef with X16 keys 2020-10-13 23:24:07 -04:00
Curtis F Kaylor 53845bcb7c Added key names struct to moduke keydef 2020-10-13 17:18:46 -04:00
Curtis F Kaylor af26c34c76 Updated stdio and stdiox to reference DSTPTR and SRCPTR 2020-10-13 12:42:03 -04:00
Curtis F Kaylor acd1cbe3c3 Updated File I/O tests, add Record File tests 2020-10-08 16:46:15 -04:00
Curtis F Kaylor eee6661a01 Removed test/ints.c02, replaced by ilibtest.c02 2020-10-06 21:59:34 -04:00
Curtis F Kaylor f1cbe3a02b Updated, Tested, and Debugged module intlib 2020-10-06 12:30:20 -04:00
Curtis F Kaylor 3958d4b7c8 Updated documentation for module intlib 2020-10-05 12:43:14 -04:00
Curtis F Kaylor 88bd0605bb Removed shiftl, shiftr, and swap functions from stdlib 2020-10-05 12:14:37 -04:00
Curtis F Kaylor abe031958f Updated module ctype and moved test program from py65/ to test/ 2020-10-04 22:46:05 -04:00
Curtis F Kaylor d816bd1273 Completed, tested, debugged, and documented module bitlib 2020-10-04 22:17:09 -04:00
Curtis F Kaylor 0fbbc6dce2 Deleted slibtest.c02 as it was already renamed to slibtest.c02 2020-10-04 12:00:14 -04:00
Curtis F Kaylor 2aac5dc4c9 Reconstructed program test/testslib.c02 2020-10-04 11:02:38 -04:00
Curtis F Kaylor 67514ba522 Updated memtest.c02 miotest.c02 2020-09-30 12:34:41 -04:00
Curtis F Kaylor 9486a8c242 Fixed putint(), adde putinj(), updated fprint() in module stdiox 2020-09-30 12:28:00 -04:00
Curtis F Kaylor 3796ceffd7 Deleted/Moved test programs from py65/ to test/ 2020-09-30 12:17:18 -04:00
Curtis F Kaylor 80c75bdb5e Created program test/filesrecs.c02 2020-09-24 12:11:05 -04:00
Curtis F Kaylor 86766be1fa Modified run6502 file modules to use drive letters instead of numbers 2020-09-21 20:12:44 -04:00
Curtis F Kaylor e9d5c04f87 Implemented File I/O, Directory, and File System modules for run6592 emulator 2020-09-21 12:10:29 -04:00
Curtis F Kaylor bc90e4a771 Updated run6502 header and batch file 2020-04-27 12:53:59 -04:00
Curtis F Kaylor c3d670bb47 Modified keydef module to use structs 2019-12-20 13:37:56 -05:00
Curtis F Kaylor f348da21a2 Created file test/README.md 2019-11-20 01:10:51 -05:00
Curtis F Kaylor b936b76bd6 Modified test/a1.bat, test/a2.bat to use a02.exe 2019-11-20 01:09:22 -05:00
Curtis F Kaylor 1057ec28b7 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
Curtis F Kaylor e09ebf96d6 Updated scrntst.c02 and all screen.h02, screen.a02 2019-11-20 01:06:34 -05:00
Curtis F Kaylor 902347db57 Replaced testsl.c02, testslib.c02 with slibtest.c02 and debugged stdlib.a02 2019-11-20 00:47:02 -05:00
Curtis F Kaylor 4d460ce581 Replaced test/testsd.c02 with test/sdeftest.c02 2019-11-19 22:29:05 -05:00
Curtis F Kaylor 72eb1fff3d Replaced test/testscrn.c02 with test/scrntst.c02 2019-11-19 18:54:12 -05:00
Curtis F Kaylor f83a5d1e71 Added Various .c02 files from test/ 2019-11-19 13:52:21 -05:00
Curtis F Kaylor a56007da8f Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
Curtis F Kaylor 51bf4514d6 Added Commander X16 Header Files 2019-11-15 00:07:23 -05:00
Curtis F Kaylor b6cec4d75a Allow int members in structs 2019-05-12 23:34:47 -04:00
Curtis F Kaylor 28960cbcfa Allow comments inside struct definitions 2019-05-05 18:10:26 -04:00
Curtis F Kaylor e87b4e9b44 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
Curtis F Kaylor 33a19c7a87 Added test/fileread.c02 for VIC-20 and C64 2019-03-29 19:09:04 -04:00
Curtis F Kaylor 35ea24cefb Updated joystick test program 2018-11-07 00:12:05 -05:00
Curtis F Kaylor 9bee7114fd Split module stack into stack and stackx 2018-09-23 18:39:27 -04:00