Curtis F Kaylor
|
9683509797
|
Updated and tested programs in test/ directory
|
2018-08-19 18:24:02 -04:00 |
|
Curtis F Kaylor
|
7c64a32137
|
Updated tested Oric-1 header with test/echo.c02
|
2018-08-18 20:48:45 -04:00 |
|
Curtis F Kaylor
|
ba25988b31
|
Added #pragma rambase & writebase directives
|
2018-08-16 16:26:44 -04:00 |
|
Curtis F Kaylor
|
265eb513cc
|
File cleanup
|
2018-08-14 14:52:23 -04:00 |
|
Curtis F Kaylor
|
a585edd806
|
Allow const arrays larger than 256 bytes
|
2018-08-14 14:51:04 -04:00 |
|
Curtis F Kaylor
|
fcd68dcfaa
|
Moved common Vic 20 code to vic.a02
|
2018-08-14 14:49:55 -04:00 |
|
Curtis F Kaylor
|
9f705b5fe3
|
Update include files
|
2018-08-14 14:14:32 -04:00 |
|
Curtis F Kaylor
|
3132130f48
|
Moved test programs from py65/ to test/
|
2018-08-14 00:23:52 -04:00 |
|
Curtis F Kaylor
|
38b67c988f
|
Renamed directory test/ to work/
|
2018-08-11 00:18:23 -04:00 |
|
Curtis F Kaylor
|
2c3d11f86b
|
Modified test/arrays.c02
|
2018-08-11 00:13:57 -04:00 |
|
Curtis F Kaylor
|
b6b84aaa9b
|
Break long data statements into multiple lines
|
2018-08-05 21:23:51 -04:00 |
|
Curtis F Kaylor
|
e26c49d790
|
Added Mozilla License 3.0 license file
|
2018-08-05 17:17:40 -04:00 |
|
Curtis F Kaylor
|
660f34a2eb
|
Updated Syntax Samples in README.md
|
2018-08-05 16:54:18 -04:00 |
|
Curtis F Kaylor
|
0c9d6b4691
|
Added mixed array initializations
|
2018-08-04 21:39:58 -04:00 |
|
Curtis F Kaylor
|
fe62927246
|
Added declaration modifier const
|
2018-08-03 16:38:20 -04:00 |
|
Curtis F Kaylor
|
de4124e3b3
|
Define constants using #define instead of const
|
2018-08-03 11:22:12 -04:00 |
|
Curtis F Kaylor
|
fc987bb36e
|
Updated library modules and documentation
|
2018-08-02 05:10:14 -04:00 |
|
Curtis F Kaylor
|
fb9f396240
|
Added logical operators 'and' and 'or' to conditionals
|
2018-08-02 03:13:01 -04:00 |
|
Curtis F Kaylor
|
f35762abda
|
Updated test programs for py65mon
|
2018-07-30 20:06:33 -04:00 |
|
Curtis F Kaylor
|
40b51fcb36
|
Completed module 'block'
|
2018-07-30 20:03:56 -04:00 |
|
Curtis F Kaylor
|
bbb55e2946
|
Added function swap() to module 'stdlib'
|
2018-07-30 19:31:33 -04:00 |
|
Curtis F Kaylor
|
cca4e7aea1
|
Added function setdss to library 'stddef'
|
2018-07-30 18:35:35 -04:00 |
|
Curtis F Kaylor
|
5b09345f3c
|
Added function clrmem() to module 'memory'
|
2018-07-30 17:20:16 -04:00 |
|
Curtis F Kaylor
|
44a763826b
|
Added index-of operator for struct members
|
2018-07-30 13:03:54 -04:00 |
|
Curtis F Kaylor
|
93b8f5859f
|
Fixed errors in compiler
|
2018-07-29 22:49:44 -04:00 |
|
Curtis F Kaylor
|
ba8d6e7ded
|
Added module 'test'
|
2018-07-29 21:25:33 -04:00 |
|
Curtis F Kaylor
|
0ec3d860e2
|
Added functions to module stdiox
|
2018-07-29 20:40:31 -04:00 |
|
Curtis F Kaylor
|
ca3723e2a9
|
Added functions to module 'stdiox'
|
2018-07-27 14:14:12 -04:00 |
|
Curtis F Kaylor
|
27b3636901
|
Updated and tested module 'memory'
|
2018-07-27 13:55:10 -04:00 |
|
Curtis F Kaylor
|
1090e1e96a
|
Finished stack module in standard library
|
2018-07-27 13:43:32 -04:00 |
|
Curtis F Kaylor
|
37842aa306
|
Added module stddef to standard library
|
2018-07-27 13:41:52 -04:00 |
|
Curtis F Kaylor
|
bcac483b88
|
Fixed bug: lower case letters not recognized as hex digits
|
2018-07-27 00:47:05 -04:00 |
|
Curtis F Kaylor
|
8334e75599
|
Declaring const in .h02 file no longer generates code
|
2018-07-26 13:39:13 -04:00 |
|
Curtis F Kaylor
|
8ab138777c
|
Updated library 'stack'
|
2018-07-26 10:33:03 -04:00 |
|
Curtis F Kaylor
|
3f03f71857
|
Added library 'stack'
|
2018-07-25 19:00:46 -04:00 |
|
Curtis F Kaylor
|
cc82237782
|
Added #pragma padding directive
|
2018-07-24 00:30:00 -04:00 |
|
Curtis F Kaylor
|
7b15ce426f
|
Allowed subscripted array element in function X return value
|
2018-07-21 22:23:10 -04:00 |
|
Curtis F Kaylor
|
eb90c48f0d
|
Disallowed nested function declarations and commented more code
|
2018-07-21 20:51:41 -04:00 |
|
Curtis F Kaylor
|
f179acceb1
|
Commented code in expr.c
|
2018-07-21 19:15:07 -04:00 |
|
Curtis F Kaylor
|
0082eb3096
|
Fixed bug in string escape parsing & added escape sequences
|
2018-07-21 16:08:06 -04:00 |
|
Curtis F Kaylor
|
ff70ba739a
|
Updated documentation regarding array subscripts and function calls
|
2018-07-19 14:45:40 -04:00 |
|
Curtis F Kaylor
|
ca97762a9c
|
Modified parsing to allow expressions in array indexes
|
2018-07-19 13:42:56 -04:00 |
|
Curtis F Kaylor
|
24a427583d
|
Added %S tag to printf() function
|
2018-07-19 00:27:50 -04:00 |
|
Curtis F Kaylor
|
818174a15a
|
Fixed break/continue bug in DO/WHILE loop
|
2018-07-18 23:49:39 -04:00 |
|
Curtis F Kaylor
|
33118c0222
|
Tested and debugged library memio
|
2018-07-18 23:47:50 -04:00 |
|
Curtis F Kaylor
|
4dbeeb5274
|
Updated documentation files
Added MODIFIERS to c02.txt
Updated quickref.odt and stdiox.txt
Added memio.txt
|
2018-07-18 23:44:42 -04:00 |
|
Curtis F Kaylor
|
84cf778964
|
Save include/memio.a02 before modifying MPUTS
|
2018-07-08 01:38:36 -04:00 |
|
Curtis F Kaylor
|
1741dd8f64
|
Created py65/testmio.c02
|
2018-07-07 22:52:04 -04:00 |
|
Curtis F Kaylor
|
5c9dfd7ad1
|
Changed to c02.sh
|
2018-06-27 20:28:17 -04:00 |
|
RevCurtisP
|
15eb32b85a
|
Merge pull request #5 from neilstockbridge/master
c02.sh works in the vic20 directory once more
|
2018-03-19 14:32:44 -04:00 |
|