The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
Go to file
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
8ball20.prg v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
8ball64.prg v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
8ballvm20.prg EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
8ballvm64.prg EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
apple2enh-system.cfg System config files for cc65 2017-12-04 14:41:38 -05:00
c64.cfg System config files for cc65 2017-12-04 14:41:38 -05:00
ebvm.system EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
eightball v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
eightball.c v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
eightball.system v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
eightballutils.c EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
eightballutils.h EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
eightballvm EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
eightballvm.c EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
eightballvm.h EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
fact.8b EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
LICENSE Initial commit 2017-11-27 18:36:29 -05:00
Makefile v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
README.md Added note about compiler and virtual machine. 2018-04-27 23:50:59 -04:00
sieve4.8b v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -04:00
test.d64 v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
test.dsk v0.54: Fixed end of line character on C64, VIC20 2018-04-30 22:39:34 -04:00
unittest.8b EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
vic20-32k.cfg System config files for cc65 2017-12-04 14:41:38 -05:00

EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20

Includes:

  • Interpreter
  • Compiler
  • Virtual Machine

Free Software licenced under GPL v3. Please see the Wiki for full documentation!!