1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 21:29:30 +00:00
Commit Graph

320 Commits

Author SHA1 Message Date
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
75d6cb3c9a Updated stdio and stdiox headers and documentation 2020-10-13 22:22:34 -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
2767158d30 Added function strtok to module stringx 2020-10-11 14:45:01 -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
60ac041bb1 Multiple modifications to run6502.c and file6502.c 2020-10-08 16:43:58 -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
27cdec0578 Removed *.sym from clean02.bat 2020-10-04 11:05:31 -04:00
Curtis F Kaylor
2aac5dc4c9 Reconstructed program test/testslib.c02 2020-10-04 11:02:38 -04:00
Curtis F Kaylor
3077a43859 Added ENDSUBROUTINE mnemonic to c02 compiler and a02 assembler 2020-10-04 11:00:01 -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
7b0b3621e2 Fixed putint(), restructured printf() code 2020-09-29 15:41:41 -04:00
Curtis F Kaylor
a3a0b13c6f Fixed setting of carry flag by ADC in decimal mode 2020-09-27 13:54:02 -04:00
Curtis F Kaylor
0d45fa4cbd Upgrades to c02 compiler 2020-09-24 12:12:39 -04:00
Curtis F Kaylor
80c75bdb5e Created program test/filesrecs.c02 2020-09-24 12:11:05 -04:00
Curtis F Kaylor
0ffce0edfa Moved File Command Processor code out of run6502.c into file6502.c 2020-09-24 11:47:24 -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
083c83ee94 Modified run6502 File Open to pass mode in X 2020-09-21 20:01:43 -04:00
Curtis F Kaylor
17e487d4a5 Added File Command Processor to run6502 emulator 2020-09-21 12:31:56 -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
88fd3c7dda Initial commit of lib6502 2020-09-13 18:25:21 -04:00
Curtis F Kaylor
501944f525 a02 assembler: fixed error in hexadecimal evaluation 2020-09-08 13:05:04 -04:00
Curtis F Kaylor
37b98c5d0b Modified vic20/*.bat to use A02 assembler 2020-09-08 13:02:43 -04:00
Curtis F Kaylor
b3205cd342 Added SoundFX module to vic20/include 2020-09-08 12:55:32 -04:00
Curtis F Kaylor
510b44da91 Fixed vic3k.h02, updated vic20 batch files 2020-09-08 11:57:50 -04:00
Curtis F Kaylor
6336eca68c Fixes and updates to Standard Library 2020-09-08 11:51:30 -04:00
Curtis F Kaylor
627ce4df19 Removed directory include/run6502 2020-04-27 13:00:06 -04:00
Curtis F Kaylor
bc90e4a771 Updated run6502 header and batch file 2020-04-27 12:53:59 -04:00
Curtis F Kaylor
fb2e898922 Updated Commander X16 modules joystk and mouse 2020-04-27 12:45:06 -04:00
Curtis F Kaylor
1986abf96a Fixed bugs, updated docs in Apple 2 module paddle 2020-04-27 12:41:16 -04:00
Curtis F Kaylor
58bc426886 Fixed bug in module screen function setsrc() 2020-04-27 12:32:18 -04:00
Curtis F Kaylor
0e060485ff Added prtstr() to apple, oric header files 2020-04-27 12:20:37 -04:00
Curtis F Kaylor
fd7e1a708b Added run6502 header files 2020-04-27 11:50:22 -04:00
Curtis F Kaylor
a750604538 Added a02.c02 Assembler 2020-04-15 10:55:30 -04:00
Curtis F Kaylor
00ab9ae53b Updated x16 mouse module 2020-03-29 14:56:57 -04:00
Curtis F Kaylor
31622c3480 Added function name to all debug output in expr.c and parse.c 2020-03-07 14:52:10 -05:00
Curtis F Kaylor
e284bebbfb Moved macro TF() and added macro NOT() 2020-02-23 14:27:04 -05:00
Curtis F Kaylor
8c22e30a06 Added parameter to prspst() and fixed bug in skpcmt() 2020-02-23 14:26:15 -05:00
Curtis F Kaylor
910a807fbc Added flush of stdout and stderr when exiting with an error 2020-02-23 14:23:35 -05:00