Curtis F Kaylor
|
d6bff15152
|
Refactor: Combined function pvarsz() into addvar()
|
2018-02-08 23:07:04 -05:00 |
|
Curtis F Kaylor
|
52f54f88c9
|
Folded function vardat() into vartbl()
|
2018-02-08 22:53:00 -05:00 |
|
Curtis F Kaylor
|
c17904a752
|
Refactor: combined function logvar() into vartbl()
|
2018-02-08 22:45:20 -05:00 |
|
Curtis F Kaylor
|
1ef4cfc25d
|
Print error messages to stderr, redirect debug messages to file
|
2018-02-08 22:39:20 -05:00 |
|
Curtis F Kaylor
|
1cc877717a
|
Factored out symdef function from vars.c
|
2018-02-08 22:06:25 -05:00 |
|
RevCurtisP
|
512a31a458
|
Merge pull request #2 from RevCurtisP/break-case
Modified BREAK to exit CASE blocks
|
2018-02-07 22:59:55 -05:00 |
|
Curtis F Kaylor
|
96d5f3ca44
|
Resolve conflict with c02.tag
|
2018-02-07 22:58:32 -05:00 |
|
Curtis F Kaylor
|
28088b228b
|
Updated documentation for SELECT statement
|
2018-02-07 22:50:08 -05:00 |
|
Curtis F Kaylor
|
45fc60d713
|
Changes to Pelles C project
|
2018-02-07 22:26:21 -05:00 |
|
Curtis F Kaylor
|
88043edb25
|
Modifed break to exit out of case statement
|
2018-02-06 23:24:55 -05:00 |
|
Curtis F Kaylor
|
68aa3c1a8f
|
Bug Fx: Modified bgnblk() and added to call when parsing CASE
|
2018-02-06 22:50:50 -05:00 |
|
Curtis F Kaylor
|
9c49c61d44
|
Added py65 program to test select/case/default
|
2018-02-06 21:33:27 -05:00 |
|
Curtis F Kaylor
|
998b2e11e6
|
Added multiple case arguments and optimized argument 0
|
2018-02-06 21:31:19 -05:00 |
|
RevCurtisP
|
eec6b17878
|
Merge pull request #1 from RevCurtisP/select
Implemented SELECT, CASE, and DEFAULT statements
|
2018-02-05 22:49:13 -05:00 |
|
RevCurtisP
|
2189002478
|
Merge branch 'master' into select
|
2018-02-05 22:48:38 -05:00 |
|
Curtis F Kaylor
|
cd21e60f9a
|
Added SELECT/CASE/DEFAULT to documentation
|
2018-02-05 22:40:00 -05:00 |
|
Curtis F Kaylor
|
6fe125a5f7
|
Converted c02*.txt to MS-DOS line-endings
|
2018-02-05 21:55:27 -05:00 |
|
Curtis F Kaylor
|
459ef1b197
|
Implemented SELECT, CASE, and DEFAULT statements
|
2018-02-05 21:51:30 -05:00 |
|
RevCurtisP
|
702e7f7c56
|
Updated Intro section of README.md
Specified that compiled code is targeted to DASM assembler.
|
2018-02-03 14:10:33 -05:00 |
|
RevCurtisP
|
a16b96f518
|
Added Compile Instructions to README,md
Added section "Compiling C02 programs" with instructions for both Linux and Windows.
|
2018-02-03 14:08:29 -05:00 |
|
RevCurtisP
|
8843e2753d
|
Added build instructions to README.md
|
2018-02-03 13:52:36 -05:00 |
|
RevCurtisP
|
c7dba5150f
|
Cleaned up README.md
Replaced section "Purpose" with link to top-level documentation.
|
2018-02-03 13:44:09 -05:00 |
|
Curtis F Kaylor
|
a7e51b389e
|
Added file types to .gitignore and clean02.bat
|
2018-02-03 13:39:17 -05:00 |
|
Curtis F Kaylor
|
e68f702734
|
Added new function definitions to stdiox.h02
|
2018-02-03 12:43:05 -05:00 |
|
Curtis F Kaylor
|
90134a4009
|
Added Left and Right Justified Decimal to stdiox.a02
|
2018-02-02 18:37:19 -05:00 |
|
Curtis F Kaylor
|
a1294860cd
|
Added putder() to stdiox.a02
|
2018-02-02 18:02:06 -05:00 |
|
Curtis F Kaylor
|
c3cc4be48c
|
Added py65 test programs conds.c02 and loops.c02
|
2018-02-02 16:50:58 -05:00 |
|
Curtis F Kaylor
|
6f719908dc
|
Renamed stdio functions to match C standard
|
2018-02-02 16:33:57 -05:00 |
|
Curtis F Kaylor
|
34d46dd578
|
Added new variables and subroutine to py65.a02
|
2018-02-02 15:50:49 -05:00 |
|
RevCurtisP
|
b464685dd0
|
Removed obsolete header file apple1/oldclude/apple1.h
|
2018-01-28 15:02:49 -05:00 |
|
Curtis F Kaylor
|
83b6c7100c
|
Added cleanup scripts clean02.bat and clean02.sh
|
2018-01-28 14:57:18 -05:00 |
|
Curtis F Kaylor
|
541ee6ff67
|
Added Apple-1 C02 test programs
|
2018-01-28 14:52:58 -05:00 |
|
Curtis F Kaylor
|
236a2eead1
|
Added generic C02 test programs test/*
|
2018-01-28 14:47:06 -05:00 |
|
Curtis F Kaylor
|
95c6c8ab95
|
Added Atari 2600 C02 test programs vcs/*.c02
|
2018-01-28 14:44:10 -05:00 |
|
Curtis F Kaylor
|
50869e9c0f
|
Added Atari 2600 library and documentation files vcs/include/*
|
2018-01-28 14:41:35 -05:00 |
|
Curtis F Kaylor
|
05d8d9fbb0
|
Merge branch 'master' of https://github.com/RevCurtisP/C02
|
2018-01-28 14:40:05 -05:00 |
|
Curtis F Kaylor
|
820b2605a7
|
Added .gitignore to cache
|
2018-01-28 14:39:31 -05:00 |
|
Curtis F Kaylor
|
57d5094228
|
Added VIC-20 specific C02 compile scripts vic20/c02.bat and vic20/c02.sh
|
2018-01-28 14:38:11 -05:00 |
|
Curtis F Kaylor
|
30e15a269e
|
Removed ptrsav() and ptrrst() from pointer library
|
2018-01-28 14:29:22 -05:00 |
|
RevCurtisP
|
e9eb951821
|
Created README.md
|
2018-01-28 14:06:08 -05:00 |
|
Curtis F Kaylor
|
7d770f1218
|
Added C02 documentation files doc/*
|
2018-01-28 14:00:23 -05:00 |
|
Curtis F Kaylor
|
203c55db4d
|
Added files to launch WinVICE for VIC-20
|
2018-01-28 13:58:51 -05:00 |
|
Curtis F Kaylor
|
10080b8574
|
Added VIC-20 C02 test programs
|
2018-01-28 13:57:49 -05:00 |
|
Curtis F Kaylor
|
7b5386806f
|
Added VIC-20 specific header files vic/include/*
|
2018-01-28 13:45:16 -05:00 |
|
Curtis F Kaylor
|
c36f788275
|
Added DOS batch, Bash script, and Notepad++ language files
|
2018-01-28 13:43:17 -05:00 |
|
Curtis F Kaylor
|
9958af6a76
|
Removed compiler obect files from git cache
|
2018-01-28 13:41:04 -05:00 |
|
Curtis F Kaylor
|
595d4d8cf4
|
Updates to compiler header files
|
2018-01-28 13:38:17 -05:00 |
|
Curtis F Kaylor
|
d53a4629f3
|
Added Pelles C IDE project files
|
2018-01-28 13:32:49 -05:00 |
|
Curtis F Kaylor
|
70f03c4db5
|
Added standard library files include/*
|
2018-01-28 13:30:49 -05:00 |
|
Curtis F Kaylor
|
0e12946dd2
|
Fixed bug with constant parsing and array indexes.
|
2018-01-28 13:27:33 -05:00 |
|