Commit Graph

360 Commits

Author SHA1 Message Date
Curtis F Kaylor f1b362e126 Added and debugged opcode address modes 2022-08-07 15:31:02 -04:00
Curtis F Kaylor a20695c93c Implemented and debugged more Peeudo-Ops 2022-08-07 00:17:06 -04:00
Curtis F Kaylor 847ea78c3f a02.c02 - Debugged fndsym() and evlsym() 2022-07-09 18:26:36 -04:00
Curtis F Kaylor b2820d2549 Added isalud() to ctype module 2022-07-09 18:25:34 -04:00
Curtis F Kaylor 122e4fcc00 a02.c02: modified and tested addsym() and prtsym() 2022-07-09 15:51:10 -04:00
Curtis F Kaylor 5748b176dc Added tests for parsing routines 2022-07-09 11:37:52 -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 8495b43011 Merge branch 'master' of https://github.com/RevCurtisP/C02 2022-01-13 20:12:03 -05:00
Curtis F Kaylor e16b4dbeae Added -I option to c02 compiler 2021-12-18 19:38:15 -05:00
Curtis F Kaylor e13bd5809c Added function names to DEBUG, cleaned prslit() calls 2021-12-18 19:37:31 -05:00
Curtis F Kaylor 9daca8967b Added function names to DEBUG, cleaned prslit() calls 2021-12-18 19:28:47 -05:00
Curtis F Kaylor 0ad8115dab Added docs for modules color, direct, dirent, fileio, mouse, stringl, and util 2021-12-04 19:19:11 -05:00
Curtis F Kaylor 2564f8e1cb Updated docs for modules block, stdiox, memory 2021-12-04 19:14:41 -05:00
Curtis F Kaylor 7840c5f091 Updates to STDDEF module 2021-11-26 20:02:32 -05:00
Curtis F Kaylor 9dc0c5bbb8 Added command line argument parsing to asm02.c02 2021-09-25 15:56:12 -04:00
Curtis F Kaylor 1666f1a508 Initial commit of asm02.c02 2021-09-25 15:30:18 -04:00
Curtis F Kaylor 8e9beb39dc Added c02 module args 2021-09-25 15:28:49 -04:00
Curtis F Kaylor 142fe13749 Removed -a option from run6502 2021-09-25 14:50:03 -04:00
Curtis F Kaylor af46a68f26 Added -w and -a options to run6502 2021-09-25 14:01:44 -04:00
Curtis F Kaylor 71fa944e55 Updated module stringx 2021-09-20 20:57:42 -04:00
Curtis F Kaylor d4d3453b59 Added module stringm 2021-09-20 20:56:07 -04:00
Curtis F Kaylor b1eded3399 Updated and cleaned up module string 2021-09-20 20:54:24 -04:00
Curtis F Kaylor 92f1611315 argtest.c02 with prtbfr function 2021-09-19 22:05:35 -04:00
Curtis F Kaylor dee6b20bba Enhancements t file6502, run6502 2021-09-19 16:46:45 -04:00
Curtis F Kaylor 1fc3f1cde4 Updated documentation for module string 2021-09-04 18:58:29 -04:00
Curtis F Kaylor a7864da8f9 Added strppd(), refactored local labels in string.a02 2021-09-04 18:37:17 -04:00
Curtis F Kaylor e8777b6077 C64/VIC20 - Clear stop key flag on exit 2021-09-04 17:03:07 -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 3b570f248c Documented module xmemory and created template include files 2020-10-23 18:13:59 -04:00
Curtis F Kaylor 7ed5a51ae2 Changed arguments of extended memory page operations 2020-10-23 18:12:38 -04:00
Curtis F Kaylor 3be3d5e9f9 Implemented module xmemory for run6502 emulator 2020-10-23 17:54:17 -04:00
Curtis F Kaylor bdf949b72c Modified #pragma zeropage, made anonymous strings const 2020-10-22 12:33:26 -04:00
Curtis F Kaylor f3072000b5 Added direct console I/O and fileio to stdin & stdout to run6502 2020-10-19 22:46:53 -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 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