[stella] Compiling Problems #2

Subject: [stella] Compiling Problems #2
From: "Tempest" <reicher6@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2001 20:15:27 -0500
Ok here's the actual code, I can't figure out why DASM is bitching at me.  

	processor 6502
	include vcs.h



ypos	equ	$80
p0graph equ	$81

	org $F000


Start	SEI
	CLD

	LDX #$FF
	TXS

	LDA #0
	
B1	STA 0,X
	DEX
	BNE B1

	LDA #$50
	STA ypos

	JSR GameInit

MainLoop
	JSR VerticalBlank
	JSR GameCalc
	JSR OverScan
	JMP MainLoop
.
.
.
.
.
.


It goes on, but you get the idea.  I'm using:

 DASM joydemo.asm -f3 -ojoydemo.bin    

to compile it.  Any ideas?

Tempest



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

Current Thread