Updated README.md to reflect change to names of executables

This commit is contained in:
Bobbi Webber-Manners 2018-05-28 14:44:02 -04:00
parent 1503a848d0
commit 456edf8497

View File

@ -197,17 +197,25 @@ Once you are satisfied with the `Makefile`, building the software is simple:
$ make $ make
``` ```
This will build executables for Linux using `gcc` and for 6502 targets using `cc65`. The build targets are as follows: This will build executables for Linux using `gcc` and for 6502 targets using `cc65`. The build targets are as follows:
- `eightball` - Editor/interpreter/compiler for Linux (32 bit). - For Linux:
- `eightball.system` - Editor/interpreter/compiler for Apple IIe Enhanced and compatibles - `eightball` - Editor/interpreter/compiler for Linux (32 bit).
- `8ball64.prg` - Editor/interpreter/compiler for C64. - `eightballvm` - Virtual machine runtime for Linux (32 bit).
- `8ball20.prg` - Editor/interpreter/compiler for VIC20. - `disass` - Bytecode disassembler for Linux.
- `eightballvm` - Virtual machine runtime for Linux (32 bit). - For Apple IIe Enhanced, IIc, IIgs:
- `ebvm.system` - Virtual machine runtime for Apple IIe Enhanced and compatibles - `eightball.dsk` - Test diskette image for Apple II. Bootable ProDOS 2.4.1 disk.
- `8ballvm64.prg` - Virtual machine runtime for C64. - `eb.system` - Editor/interpreter/compiler for Apple IIe Enhanced.
- `8ballvm20.prg` - Virtual machine runtime for VIC20. - `ebvm.system` - Virtual machine runtime for Apple IIe Enhanced.
- `disass` - Bytecode disassembler for Linux. - `ebdiss.system` - Bytecode disassembler for Apple IIe Enhanced.
- `eightball.dsk` - Test diskette image for Apple II. - For Commodore VIC20 + 32K expansion:
- `eightball.d64` - Test diskette image for Commdore C64 and VIC20. - `eightball.d64` - Test diskette image for Commodore VIC20 and C64.
- `8ball20.prg` - Editor/interpreter/compiler for VIC20.
- `8ballvm20.prg` - Virtual machine runtime for VIC20.
- `disass20.prg` - Bytecode disassembler for VIC20.
- For Commodore 64:
- `eightball.d64` - Test diskette image for Commodore VIC20 and C64.
- `8ball64.prg` - Editor/interpreter/compiler for C64.
- `8ballvm64.prg` - Virtual machine runtime for C64.
- `disass64.prg` - Bytecode disassembler for C64.
## First Run (on Linux) ## First Run (on Linux)
First start the EightBall editor/interpreter/compiler: First start the EightBall editor/interpreter/compiler: