The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
Go to file
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
8ball20.prg v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -04:00
8ball64.prg v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -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.52. Fix memory corruption bug. 2018-04-28 14:00:56 -04:00
eightball.c v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -04:00
eightball.system v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -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.52. Fix memory corruption bug. 2018-04-28 14:00:56 -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.52. Fix memory corruption bug. 2018-04-28 14:00:56 -04:00
test.dsk v0.52. Fix memory corruption bug. 2018-04-28 14:00:56 -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!!