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 |
|
Neil Stockbridge
|
861a41615a
|
c02.sh works in the vic20 directory once more
|
2018-03-19 20:18:49 +13:00 |
|
RevCurtisP
|
d37647aca8
|
Update README.md
|
2018-03-17 22:46:22 -04:00 |
|
RevCurtisP
|
190ecff092
|
Added syntax examples to README
|
2018-03-17 22:41:18 -04:00 |
|
RevCurtisP
|
8d07031528
|
Added logo to README
|
2018-03-17 21:53:33 -04:00 |
|
Curtis F Kaylor
|
61e8000fd4
|
Added artwork
|
2018-03-17 21:03:43 -04:00 |
|
Curtis F Kaylor
|
a81afb538d
|
Cleaned up debug output:
|
2018-03-15 23:46:52 -04:00 |
|
Curtis F Kaylor
|
8e49f69a9e
|
Fixed chained IF/ELSE statements
|
2018-03-15 23:40:58 -04:00 |
|
Curtis F Kaylor
|
5bfaa05718
|
Added VIC-20 6560 Chip Include File
|
2018-03-11 15:16:22 -04:00 |
|
Curtis F Kaylor
|
d5d4d79929
|
Added size-of operator
|
2018-03-08 20:07:31 -05:00 |
|
Curtis F Kaylor
|
cc6ef48b85
|
Added parsing of struct members
|
2018-03-08 14:35:00 -05:00 |
|
Curtis F Kaylor
|
f7f23059fe
|
Refactored Struct definition code
|
2018-03-08 09:39:32 -05:00 |
|
Curtis F Kaylor
|
fd6a96afb5
|
Added struct declarations
|
2018-03-08 08:23:05 -05:00 |
|
Curtis F Kaylor
|
df34d89252
|
Replaced variables def??? with con???
|
2018-03-07 12:32:08 -05:00 |
|
Curtis F Kaylor
|
1c4c2b4696
|
Removed #define and #enum directives
|
2018-03-07 12:10:23 -05:00 |
|
Curtis F Kaylor
|
4e421c8095
|
Added enum keyword
|
2018-03-07 12:00:33 -05:00 |
|
Curtis F Kaylor
|
ff9576b391
|
Added const keyword
|
2018-03-07 11:38:22 -05:00 |
|
Curtis F Kaylor
|
fac6ae6b0a
|
Updated documentation
|
2018-03-06 23:35:47 -05:00 |
|
Curtis F Kaylor
|
cf8264f99a
|
Reformatted and refactored conditional code
|
2018-03-05 15:03:04 -05:00 |
|
Curtis F Kaylor
|
2126642205
|
Replaced fprintf & exterr with ERROR macro invocation
|
2018-03-04 14:14:37 -05:00 |
|
Curtis F Kaylor
|
90c9162971
|
Removed extraneous semicolons after DEBUG macro invocations
|
2018-03-04 14:04:04 -05:00 |
|