Commit Graph

360 Commits

Author SHA1 Message Date
Curtis F Kaylor 83c5f00759 Updated include/x16/joystk.a02 2019-11-20 10:52:41 -05:00
Curtis F Kaylor 665834bc74 Imported keydef and screen modules from master 2019-11-20 01:44:06 -05:00
Curtis F Kaylor b83b345ca4 Imported x16.h02 and x16.a02 from master 2019-11-20 01:41:35 -05:00
Curtis F Kaylor b7be6f26f3 Added command line option -d to c02 compiler 2019-11-20 01:37:28 -05:00
Curtis F Kaylor c5460db89e Updated c64.a02, vic.a02, x16.a02 2019-11-20 01:36:43 -05:00
Curtis F Kaylor d09386dd9b Added BBR, BBS, RMB, SMB Instructions to A02 Assembler 2019-11-20 01:25:57 -05:00
Curtis F Kaylor fa6daed904 Added .gitignore to repository 2019-11-20 01:22:54 -05:00
Curtis F Kaylor f4467cdbb9 Removed work/notes.txt 2019-11-20 01:19:38 -05:00
Curtis F Kaylor e14856c8fc Mods to work/a02.bat, work/c02.bat, work/opcodes.a02 2019-11-20 01:14:37 -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 14d9409e5d Added module keydef for Commodore and Commander X16 Computers 2019-11-17 21:31:46 -05:00
Curtis F Kaylor ced64b6ee3 Added Bash Script ca02.sh to Compile a02.c 2019-11-16 12:46:40 -05:00
Curtis F Kaylor becc10ce3b Fixed a02 Segmentation Fault in Linux 2019-11-16 12:37:51 -05:00
Curtis F Kaylor 0c4e6f1ff8 Added test file work/a02inc.a02 2019-11-16 12:25:38 -05:00
Curtis F Kaylor 62430453cc Fixed printf() warnings in a02.c 2019-11-16 12:22:42 -05:00
Curtis F Kaylor 14b689dc69 Added Usage output to a02.c 2019-11-16 12:18:37 -05:00
Curtis F Kaylor 1b061ec033 Added A02 Assembler to Makefile 2019-11-15 14:30:43 -05:00
Curtis F Kaylor 37d0fee589 Removed references to library <time.h> 2019-11-15 14:16:58 -05:00
Curtis F Kaylor 0ca69fce81 Added integers and triple return values to readme.md 2019-11-15 13:47:33 -05:00
Curtis F Kaylor 3154b80ae4 Tested and debugged joystk module for C64 2019-11-15 13:38:08 -05:00
Curtis F Kaylor 508533b148 Cleaned up system header files 2019-11-15 13:27:55 -05:00
Curtis F Kaylor 51bf4514d6 Added Commander X16 Header Files 2019-11-15 00:07:23 -05:00
Curtis F Kaylor 8d12f452a0 Fixed header.?02 so they will compile and assemble 2019-11-15 00:05:53 -05:00
Curtis F Kaylor f7c9742027 Moved Include of prbyte.a02 from vic.a02 to vic??.a02 2019-11-15 00:04:18 -05:00
Curtis F Kaylor 24ba4b6dfd Allow Modifiers in Header File and Pointer DeRefs in Function Calls 2019-11-14 23:57:49 -05:00
Curtis F Kaylor cf56e15c01 Updated x16/include .a02 files to use 65C02 opcodes 2019-11-14 23:56:33 -05:00
Curtis F Kaylor 0e4495d9cf Updated to a02test.a02 2019-11-14 22:05:27 -05:00
Curtis F Kaylor f85c640f9f Tested and Debugged Pointer Dereferencing 2019-11-14 22:01:13 -05:00
Curtis F Kaylor 77b0f1017f Added ALIGN and END Pseudo-Ops to A02 Assembler 2019-11-14 17:56:34 -05:00
Curtis F Kaylor d02c8b6a3a Added A02 Assembler test files 2019-11-14 12:30:41 -05:00
Curtis F Kaylor bdc3674c59 Added HEX Pseudo-Op, Fixed LDY Addressing Modes 2019-11-14 12:28:32 -05:00
Curtis F Kaylor 18088691d7 Updated and Debugged A02 Assembler 2019-11-14 11:15:51 -05:00
Curtis F Kaylor f94ddd63fc Added pointer dereferencing to C02 compiler 2019-11-14 11:13:45 -05:00
Curtis F Kaylor 9478d41299 Created Assembler a02.c 2019-11-13 02:20:44 -05:00
Curtis F Kaylor 3a7224ce9a Converted source code line endings to CR/LF 2019-10-27 22:44:13 -04:00
Curtis F Kaylor 6703c8cb10 Allow expressions in second and third function argument 2019-10-27 22:42:37 -04:00
Curtis F Kaylor 223f7bbb97 Added Resume statement 2019-10-27 22:39:41 -04:00
Curtis F Kaylor 2b5f96c7d0 Added CPU Type and Numeric Literal String Escapes 2019-10-27 22:37:20 -04:00
Curtis F Kaylor 7f4e98826c Added and updated VERA modules 2019-10-27 14:25:30 -04:00
Curtis F Kaylor de56780b03 Completed and Tested Vera Layer Module 2019-09-28 21:59:58 -04:00
Curtis F Kaylor 7645862022 Moved VERA Display Composer functions to veradisp.h02 2019-09-27 12:08:31 -04:00
Curtis F Kaylor 7674e11b61 Moved memory access functions to module veramem 2019-09-25 23:16:28 -04:00