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

226 Commits

Author SHA1 Message Date
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
Curtis F Kaylor
28960cbcfa Allow comments inside struct definitions 2019-05-05 18:10:26 -04:00
Curtis F Kaylor
e87b4e9b44 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
Curtis F Kaylor
e30d98b9a6 Updated ENUM documentation and added BITMASK documentation 2019-05-03 19:03:01 -04:00
Curtis F Kaylor
c9a4f76d49 Allow skipping of sequences in ENUM and BITMASK 2019-05-03 18:49:46 -04:00
Curtis F Kaylor
dd4debeaaf Added Integer Variables and Bitmask Enums 2019-05-03 17:35:15 -04:00
Curtis F Kaylor
7252710f70 Modified compiler to allow multiple include subdirecties 2019-03-29 19:09:41 -04:00
Curtis F Kaylor
33a19c7a87 Added test/fileread.c02 for VIC-20 and C64 2019-03-29 19:09:04 -04:00
Curtis F Kaylor
0e149b7798 Added fileio and filesys modules for VIC-20 and C64 2019-03-29 19:06:12 -04:00
Curtis F Kaylor
1440c42c26 Removed include/vic/fileio.a02 from tracking 2019-03-29 15:58:58 -04:00
Curtis F Kaylor
200096f83f Allowed declaration of functions with type int 2019-03-24 16:37:14 -04:00
Curtis F Kaylor
b701f2477c Cleaned up module stddef 2019-03-24 16:29:19 -04:00
Curtis F Kaylor
ddc9a5db80 Removed rogue file ./fileio'.txt 2019-03-22 21:59:46 -04:00
Curtis F Kaylor
90196f8762 Updated general documentation 2019-03-22 21:23:21 -04:00
Curtis F Kaylor
976dd4cf44 Minor changes to include/ .a02 files 2019-03-22 21:18:49 -04:00
Curtis F Kaylor
5289bb8717 Added functions to stddef module 2019-03-22 20:30:49 -04:00
Curtis F Kaylor
8aa2c972a7 Added BFRLO and BFRHI to header files 2019-03-22 20:28:43 -04:00
Curtis F Kaylor
5a50fc4b89 Added modules sounds and vectors for Apple 2 2019-03-22 20:14:58 -04:00
Curtis F Kaylor
71d308aa57 Updated Apple 1 and Apple 2 header files 2019-03-22 20:14:00 -04:00
Curtis F Kaylor
076586be05 Added stub code to compiler for indirect goto 2019-03-22 19:35:28 -04:00
Curtis F Kaylor
65b50c7003 Various updates to py65/ test programs 2019-03-22 19:32:08 -04:00
Curtis F Kaylor
251c5edb8b Deleted conds.c02 and forforpf.02 from py65/ 2019-03-22 19:26:12 -04:00
Curtis F Kaylor
be2b2ec835 Renamed module file to fileio 2019-01-06 18:53:26 -05:00