Re: [stella] Trouble Compiling

Subject: Re: [stella] Trouble Compiling
From: Manuel Polik <manuel.polik@xxxxxxxxxxx>
Date: Wed, 21 Feb 2001 08:49:48 +0100
Tempest wrote:
> 
> I tried to compile my first 2600 program today (a simple joystick reading
> routine), but I'm getting all kinds of unrecognized mnemonic errors.  I
> start my program with
> 
> processor 6502
> include vcs.h
> 
> and it says It doesn't recognize 6502 or vcs.h (I have both in my
> directory).  Do I have to use any special command line options?

You need to TAB both lines for DASM. Now it's assuming 'processor' as
label and '6502' as mnemonic.

Greetings,
	Manuel

-
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/

Current Thread