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

248 Commits

Author SHA1 Message Date
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
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
0bd11dbaed Added module intlib and updated module stdiox 2019-05-27 17:12:10 -04:00
Curtis F Kaylor
71e15fb2d8 Fixed bug parsing integer literals 2019-05-27 17:10:33 -04:00
Curtis F Kaylor
ff0018c1d0 Added labels start and exit to system header files 2019-05-18 22:27:09 -04:00
Curtis F Kaylor
d08e23d8d0 Allow & operator to work with Labels 2019-05-18 22:24:30 -04:00
Curtis F Kaylor
2f297edbcd Renamed internal label constants 2019-05-18 20:59:49 -04:00
Curtis F Kaylor
0150493748 Implemented Indirect Goto 2019-05-18 12:19:47 -04:00
Curtis F Kaylor
b6cec4d75a Allow int members in structs 2019-05-12 23:34:47 -04:00
Curtis F Kaylor
2530f3ed1e Modified function calls to implicitly pass address for arrays and structs 2019-05-05 21:16:06 -04:00
Curtis F Kaylor
57b8e6f1e0 Changed Variable Table from synchronized arrays to array of structs 2019-05-05 18:37:19 -04:00