[A83] Re: Zilog Developer Studio 3.5 / Image Data


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

[A83] Re: Zilog Developer Studio 3.5 / Image Data




well, Tom was right... Zilog Dev Studio doesn't like hex number which first
digit is a letter, so for F0h of FFh you have to use 0F0h or 0FFh, and it
doesn't support the use of $ for defining hex numbers... get used to it...

----- Original Message -----
From: "Dan Weiss" <dwedit@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Saturday, May 19, 2001 19:09
Subject: [A83] Re: Zilog Developer Studio 3.5 / Image Data


>
> Maybe you need to use *GASP*... decimals!!!
>
>
> >From: Tom <caffeine43@netzero.net>
> >Reply-To: assembly-83@lists.ticalc.org
> >To: assembly-83@lists.ticalc.org
> >Subject: [A83] Zilog Developer Studio 3.5 / Image Data
> >Date: Sat, 19 May 2001 12:19:51 -0400
> >
> >
> >Hi all! I'm using Zilog Developer Studio 3.5 to do asm, and I can't
> >figure out how to define image data. I draw a picture on my 83+,
> >saved it, sent it to my computer, and used PicCopy to generate this
> >code:
> >
> >db $00,$00,$00,$00,$00,$00,$10,$00,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$30,$00,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$70,$7F,$80,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$D0,$C3,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$01,$91,$86,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$03,$13,$0C,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$06,$1E,$18,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$0C,$00,$10,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$06,$1E,$18,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$03,$13,$0C,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$01,$91,$86,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$D0,$C3,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$70,$7F,$80,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$30,$00,$00,$00,$00,$00
> >db $00,$00,$00,$00,$00,$00,$10,$00,$00,$00,$00,$00
> >
> >Zilog doesn't like ".db", it likes just "db", and the $ doesn't go to
> >well either. I tried using the format "db 00h,00h,06h,...etc" but
> >when it gets to something like FFh or F0h it throws back an error
> >message: Symbol 'FFh' is not defined. I also made sure to include the
> >first row as the dimensions. Any clue why I can't do this? Thanks in
> >advance.
> >-Tom Lutz
> >caffeine43@netzero.net on 05/19/2001
> >
> >
> >
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
>
>



Follow-Ups: References: