Download List

Project Description

The Ophis assembler is a full-featured cross-assembler for the 6502 family of microprocessors, which is used in the Atari 2600, Commodore 64, Apple II, and Nintendo Entertainment System.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-07 23:33
1.1

P65 now supports a much more flexible memory model. It is now much easier to allocate global variables in diverse sections of memory, and to do so while interspersing declarations and code. A utility directive, .checkpc, has been added to ensure that code, data, and variable allocation do not overstep boundaries the programmer sets.
Tags: Major feature enhancements

2002-02-15 14:35
1.0.1

The system now supports 6510 undocumented opcodes, and can now include prepared binaries directly with the .incbin directive. There is also enhanced control over the amount of console output the script produces.
Tags: Minor feature enhancements

2002-01-03 16:02
1.0a

An instruction selection bug that rejected correct code as errors was fixed. Unexpected end-of-line errors no longer crash the assembler.
Tags: Minor bugfixes

2001-12-15 09:44
1.0

Tags: Initial freshmeat announcement

Project Resources