[A83] Zilog Developer Studio 3.5 / Image Data


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

[A83] Zilog Developer Studio 3.5 / Image Data




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




Follow-Ups: