
Em65 - version 0.6 development

This directory contains version 0.65 of the program em65 - 65c02 emulator
for UNIX systems.

The directory src contains the ANSI C source for the em65 program.

The directory a65src contains the 65c02 assembly source for several test
programs that can be loaded and executed at address $F000. These files
are intended to be assembled with Andre Fachat's free 65c02 cross
assembler, XA. Some of the programs were written for earlier versions
of the emulator and may not run correctly on the emulator as it now
stands.

The directory doc contains some text files documenting the em65 program

Em65 uses curses. If your system does not provide curses.h (only ncurses.h
for example) you will have to edit the source files to change the #include.


