Subject: Re: [stella] redline problem???? From: "Never Winter Nights" <neverwinter_nights@xxxxxxxxxxx> Date: Mon, 8 Jul 2002 15:23:09 -0500 |
Hi, First time i write to the list =) im a newbie and... well... that's what i found... you are using DASM, and you can't compile cause... cause the behavior of DASM, before ALL mnemonic that have some kind of parameter you need to put a space character or a TAB character if you dont do that...you have the error. so... "DEX" its ok but "LDA #2" its wrong.. it must be "(space)LDA #2" or "(tab)LDA#2" and for the labels like ClearMem it must be without space or tab before it, so, it must be "ClearMem" and if you write "(space)ClearMem" or "(tab)ClearMem" you have the error unknown mnemonic: 'ClearMem', i attach the program that compile with DASM, i hope dont bother anyone attaching that... and hope to be useful as well, sorry for my english but im not so good to write it. And Hi All!!! =) -JF- > ----- Original Message ----- > From: "Maxime Beauvais" <maximebeauvais@xxxxxxxxx> > To: <stella@xxxxxxxxxxx> > Sent: Monday, July 08, 2002 2:57 PM > Subject: [stella] redline problem???? > > > > Hi, > > > > I'm looking at Kirk Tutorial. > > > > I'm have an error when I'm trying to dasm: my first > > program redline. > > > > I have did a copy and paste of this in my notebook: > > > > > > > > ; thin red line by Kirk Israel > > > > processor 6502 > > include vcs.h > > org $F000 > > Start > > SEI > > CLD > > TXS > > LDX #$FF > > LDA #0 > > ClearMem > > STA 0,X > > DEX > > BNE ClearMem > > LDA #$00 > > STA COLUBK > > LDA #33 > > STA COLUP0 . . . > > LDX #30 > > OverScanWait > > STA WSYNC > > DEX > > BNE OverScanWait > > JMP MainLoop > > > > org $FFFC > > .word Start > > .word Start > > > > > > > > Now when I go into dos and I'm typing: > > > > dasm redline.asm -f3 -oredline.bin > > > > I have the following error: > > > > Error: source is not resolvable. > > re-run with verbose option 2 or higher to determine > > problem > > > > Any help?? > > > > THANKS
Attachment:
thinline1.asm
Description: Binary data
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [stella] redline problem????, Joel Park | Thread | Re: [stella] redline problem????, Maxime Beauvais |
Re: [stella] 65xx Questions, Colin_Hughes | Date | RE: [stella] Warring Worms Source N, Billy Eno |
Month |