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

272 Commits

Author SHA1 Message Date
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
Curtis F Kaylor
4bc038a56d Added stub for ENUM inside STRUCT 2020-02-23 13:19:25 -05:00
Curtis F Kaylor
e3c66fea0f Added enhanced debug output for labels 2020-02-23 13:18:51 -05:00
Curtis F Kaylor
25e95e4ec8 Module joystk for x16emu Release 34 2019-12-29 22:03:10 -05:00
Curtis F Kaylor
c6a4551414 Added X16 module abiregs 2019-12-21 13:52:34 -05:00
Curtis F Kaylor
66bf02a227 Generate error when using integer as array 2019-12-21 12:00:43 -05:00
Curtis F Kaylor
8203daed7d Added function names to DEBUG statements in c02.c and vars.c 2019-12-21 11:52:20 -05:00
Curtis F Kaylor
658bb18b57 Fixed const array declaration values greater than 127 2019-12-21 09:13:34 -05:00
Curtis F Kaylor
c3d670bb47 Modified keydef module to use structs 2019-12-20 13:37:56 -05:00
RevCurtisP
fdaa5e39fa
Merge pull request #11 from RevCurtisP/x16vera
Commander X16 Vera chip modules
2019-11-20 11:13:36 -05:00
RevCurtisP
4da225525b
Merge branch 'master' into x16vera 2019-11-20 11:13:02 -05:00
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