Re: [cc65] ASM to C help a n00b

From: Marc 'BlackJack Rintsch <marc1rintsch.de>
Date: 2010-05-27 16:23:49
On Thursday 27 May 2010, S M wrote:
> Hello
>
> I tried your code and I got the same error on the line uint8_t
> *tile_buffers[] = {tile_buffer01, tile_buffer02, tile_buffer03,
>    tile_buffer04, tile_buffer05, tile_buffer06, tile_buffer07,
>    tile_buffer08, tile_buffer09, tile_buffer10, tile_buffer11,
>    tile_buffer12};
>
> as I was getting on line 29 previously with
>
> unsigned char *tile_buffer [] =  {tile_buffer01, tile_buffer02,
> tile_buffer03, tile_buffer04, tile_buffer05, tile_buffer06,
> tile_buffer07, tile_buffer08, tile_buffer09, tile_buffer10,
> tile_buffer11, tile_buffer12};

Hm, which version of cc65 are you using?  I just noticed that I'm one 
bugfix version behind::

  bj@s8n:~$ cl65 --version
  cl65 V2.13.1 - (C) Copyright 1998-2009 Ullrich von Bassewitz
  cl65: No input files

Ciao,
	Marc 'BlackJack' Rintsch
-- 
“Dawn, n.: The time when men of reason go to bed.”
                        -- Ambrose Bierce, “The Devil's Dictionary”

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu May 27 16:18:51 2010

This archive was generated by hypermail 2.1.8 : 2010-05-27 16:18:54 CEST