aboutsummaryrefslogblamecommitdiff
path: root/devel/p65/pkg-descr
blob: 1c213d1999e25e86c214d0f68df0bfcc9e2f7ae1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                             
                                                
The P65 assembler is an assembler for the 6502 microprocessor (such as is
used in the Commodore 64, Apple II, and Nintendo Entertainment System)
written entirely in Perl. It is designed to be able to support a wide variety
of output formats, since many people will be using this to produce code that
an emulator would like to see.

Features of P65 :
   - Highly portable
   - Flexible output format
   - Multiple file support
   - Temporary label support
   - Assemble-time expressions
   - Symbol table management
   - Optimal instruction selection

WWW: http://hkn.eecs.berkeley.edu/~mcmartin/P65/