C (200/301)

From:Volker Barthelmann
Date:03 Aug 99 at 22:53:10
Subject:Re: Into chip

From: Volker Barthelmann <volker@vb.franken.de>

On Tue, 3 Aug 1999, Jens Granseuer wrote:
> Lee Atkins <lee@loonyjuicesoftware.freeserve.co.uk> wrote:
>
> > How do I specify that an array has to go into chip ram using VBCC.
> > I want to stick some bitplanes in there and I dont want to have to allocate
> > some chip and copy it in.

__chip mytype myarray[]={...};

> Not at all. You'll have to allocate some chip mem manually and copy
> the bitplanes into it yourself.

Recent versions of vbcc support the __chip keyword.

Volker