Commit Graph

49 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
e9a75e7621
Removed photo credit. 2018-05-01 15:11:30 -04:00
Bobbi Webber-Manners
d3bb11df10
More compiler internals documentation. 2018-05-01 15:10:47 -04:00
Bobbi Webber-Manners
425217a6d5
Update README.md 2018-05-01 13:48:25 -04:00
Bobbi Webber-Manners
8c15345efd
Added explanation of memory architecture. 2018-05-01 13:47:19 -04:00
Bobbi Webber-Manners
d0b65a8451
Added note on unit test script. 2018-05-01 13:07:08 -04:00
Bobbi Webber-Manners
81fd9332e0
Save work in progress - VM internals 2018-05-01 13:03:38 -04:00
Bobbi Webber-Manners
b07fe81051
Added 8 bit quick start instructions. 2018-05-01 12:37:12 -04:00
Bobbi Webber-Manners
2d39fd80d1
Fixed picture embedding. 2018-05-01 12:20:54 -04:00
Bobbi Webber-Manners
b8bdb11b63
Added image. 2018-05-01 12:19:00 -04:00
Bobbi Webber-Manners
9f3fd86ba4
Updated gcc version. 2018-05-01 12:07:55 -04:00
Bobbi Webber-Manners
2a0224d819
TOC 2018-05-01 12:06:03 -04:00
Bobbi Webber-Manners
9dc7fd0fab
TOC 2018-05-01 12:00:21 -04:00
Bobbi Webber-Manners
976fca9ac7
Experimenting with TOC 2018-05-01 11:58:02 -04:00
Bobbi Webber-Manners
48a6f0f46c
Pasted other example code. 2018-05-01 11:50:24 -04:00
Bobbi Webber-Manners
d6188ed911
Pasted example code. 2018-05-01 11:49:44 -04:00
Bobbi Webber-Manners
37943c2d6c
Pasted in final content from Wiki. All migrated. 2018-05-01 11:48:26 -04:00
Bobbi Webber-Manners
8f81c877e9
More pasted content from the Wiki. 2018-05-01 11:45:54 -04:00
Bobbi Webber-Manners
145b395cc3
More pasted content ... phew! 2018-05-01 11:44:10 -04:00
Bobbi Webber-Manners
adc3018810
More pasted content. 2018-05-01 11:40:05 -04:00
Bobbi Webber-Manners
56c7bc8ceb
More pasted stuff from the Wiki. 2018-05-01 11:38:04 -04:00
Bobbi Webber-Manners
378e964f53
More pasted content from wiki. 2018-05-01 11:36:26 -04:00
Bobbi Webber-Manners
980d40b61d
More from the wiki. 2018-05-01 11:30:25 -04:00
Bobbi Webber-Manners
af30fc2011
More pasted content from the wiki. 2018-05-01 11:28:55 -04:00
Bobbi Webber-Manners
c57ad5ac16
Pasting in content from wiki 2018-05-01 11:27:44 -04:00
Bobbi Webber-Manners
334ce92490
Moved content from wiki to README.md 2018-05-01 11:25:07 -04:00
Bobbi Webber-Manners
085800a743
v0.55: Minor tweaks
- Adjusted memory limits.  Found a few extra bytes for source code buffer on Apple II.
- Compiler: Changed multiply by two to left shift in indexing math for array of word.  More efficient.
2018-05-01 10:46:54 -04:00
Bobbi Webber-Manners
fc6583d82d
v0.54: Fixed end of line character on C64, VIC20
End of line on CBM is 13, not 10.
Converted sieve4.8b and unittest,8b to PETSCII and added them to test.d64
Unit tests run on C64 with only one failure (same failure as when running under Linux VM).
2018-04-30 22:39:34 -04:00
Bobbi Webber-Manners
d51db8fa03
v0.53 minor fixes
- Fixed bug in compiled code when flow of control hits endsub.
- Removed debug printout from emitldi(). Too much bloat!
2018-04-30 18:26:04 -04:00
Bobbi Webber-Manners
cdbfeafda9
v0.52. Fix memory corruption bug.
This fixes a memory corruption bug that occurred when compiling code with subroutines.  The symbol table was corrupting the source code.  This was showing up on 6502 systems only (seemed okay on Linux).
2018-04-28 14:00:56 -04:00
Bobbi Webber-Manners
9550257613
v0.51 fixes memory limits for VIC20, C64, Apple2 2018-04-28 11:58:13 -04:00
Bobbi Webber-Manners
2bf831b2f6
Replaced by Makefile. 2018-04-28 00:21:22 -04:00
Bobbi Webber-Manners
1e3d878a7d
Added note about compiler and virtual machine. 2018-04-27 23:50:59 -04:00
Bobbi Webber-Manners
4d84d8ac1e
This doesn't belong here
It's my RSS Reader for C64!
2018-04-27 23:49:50 -04:00
Bobbi Webber-Manners
6aab0b88bb
This doesn't belong here
It's my RSS reader for VIC20!
2018-04-27 23:49:24 -04:00
Bobbi Webber-Manners
11f99c9840
EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
Bobbi Webber-Manners
756e356704
System config files for cc65
For VIC-20 + 32K, C64 and Apple II Enhanced.
2017-12-04 14:41:38 -05:00
Bobbi Webber-Manners
3dc0c509d6
Fix to ticket #2
Changed XOR operator to ! character (was ^ previously).
This fixes conflict with the power-of operator.
2017-12-04 14:40:17 -05:00
Bobbi Webber-Manners
9e023faa7b
Merge pull request #1 from xk/master
Add the wiki url to README.md
2017-12-03 15:25:00 -05:00
xk
37bfe8b700
Add the wiki url to README.md 2017-12-02 22:06:42 +01:00
Bobbi Webber-Manners
70bbad1bbe
Added code to switch to 80 column mode on Apple II 2017-12-02 13:30:10 -05:00
Bobbi Webber-Manners
2430106db3
Create README.md 2017-12-02 12:59:30 -05:00
Bobbi Webber-Manners
138183cfcc
EightBall v4.0RC for Apple IIe/c/gs (ProDOS 2.4.1) 2017-11-27 19:25:57 -05:00
Bobbi Webber-Manners
4a9e325d8c
EightBall v4.0RC for C64. 2017-11-27 19:25:24 -05:00
Bobbi Webber-Manners
82647e7e2f
EightBall v4.0RC for VIC20 + 32K 2017-11-27 19:24:59 -05:00
Bobbi Webber-Manners
df6ede27a3
1541 disk image with C64 and VIC20 executables. 2017-11-27 19:23:53 -05:00
Bobbi Webber-Manners
95770bf8c8
Apple II disk image with EightBall executable. 2017-11-27 19:16:09 -05:00
Bobbi Webber-Manners
3fa3785a48
Simple Makefile for project.
Uses cc65 to compile for Apple II, C64, VIC20.
2017-11-27 19:15:22 -05:00
Bobbi Webber-Manners
c1130feaf3
Initial upload to GitHub v0.4RC
This is the first release candidate for EightBall v0.4.
2017-11-27 19:06:00 -05:00
Bobbi Webber-Manners
71e46b63f5
Initial commit 2017-11-27 18:36:29 -05:00