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 |
|
Curtis F Kaylor
|
3b74138826
|
Added Functions for Layer Registers
|
2019-09-25 15:56:26 -04:00 |
|
Curtis F Kaylor
|
303263e915
|
Rewrote GETHSR(), GETHSP(), GETVSR(), GETVSP()
|
2019-09-23 23:05:27 -04:00 |
|
Curtis F Kaylor
|
f81f76eefb
|
Created vera.a02 and vera.h02
|
2019-09-23 19:57:03 -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 |
|
Curtis F Kaylor
|
720db5a2d8
|
Fixed bug with %N in printf()
|
2018-12-10 17:23:31 -05:00 |
|
Curtis F Kaylor
|
0ad6894a5b
|
Allow address as target of goto
|
2018-12-03 16:27:25 -05:00 |
|
Curtis F Kaylor
|
748876aa64
|
Deprecated directory vic20/include
|
2018-11-07 00:19:22 -05:00 |
|
Curtis F Kaylor
|
903921638e
|
Allow structs to have structs as members
|
2018-11-07 00:13:29 -05:00 |
|
Curtis F Kaylor
|
35ea24cefb
|
Updated joystick test program
|
2018-11-07 00:12:05 -05:00 |
|