Re: A89: compiling help


[Prev][Next][Index][Thread]

Re: A89: compiling help




At 20:12 1998-12-26 EST, you wrote:
>tic:	
>     dc.b	"Tic Tac Toe",0
>_comment:
>     dc.b "Tic Tac Toe".0     <------ HERE
>
>     end
>and here is the error:
>  "Unknown symbol type number $8B"

What happens if you change "dc.b "Tic Tac Toe".0" to "dc.b "Tic Tac Toe",0"?

//Olle


References: