Subject: Re: [stella] redline problem???? From: "Joel Park" <joelp@xxxxxxxxxxxxxxxxxx> Date: Mon, 8 Jul 2002 15:36:55 -0400 |
Run Dasm agian and see what it says if you add -V2 or -V3 to your command line. ex: dasm redline.asm -f3 -v2 -oredline.bin Just a newbie guess but maybe when you copied from HTML into DASM it took your indents away and everything is being read as line Labels or something. Later, Joel ----- 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 > MainLoop > LDA #2 > STA VSYNC > STA WSYNC > STA WSYNC > STA WSYNC > LDA #43 > STA TIM64T > LDA #0 > STA VSYNC > > WaitForVblankEnd > LDA INTIM > BNE WaitForVblankEnd > LDY #191 > > STA VBLANK > LDA #$F0 > STA HMM0 > > STA WSYNC > STA HMOVE > ScanLoop > STA WSYNC > LDA #2 > STA ENAM0 > DEY > BNE ScanLoop > > LDA #2 > STA WSYNC > STA VBLANK > 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 > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > -------------------------------------------------------------------------- -------------------- > Archives (includes files) at http://www.biglist.com/lists/stella/archives/ > Unsub & more at http://www.biglist.com/lists/stella/ > > ---------------------------------------------------------------------------------------------- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[stella] redline problem????, Maxime Beauvais | Thread | Re: [stella] redline problem????, Never Winter Nights |
[stella] redline problem????, Maxime Beauvais | Date | Re: [stella] 65xx Questions, Colin_Hughes |
Month |