[A83] Re: Assembly Pictures
[Prev][Next][Index][Thread]
[A83] Re: Assembly Pictures
For a full-size screen pic using ion try this:
ld c,12
ld b,64
ld l,0
ld a,0
ld ix,pic_label
call ionLargeSprite
call ionFastCopy
pic_label:
; the .db pic source goes here
For the .db pic source, draw a monochrome 96 x 64 size pic, and get IStudio
from ticalc.org. Then open IStudio, then change the image mode to 2 colors,
then open the 96 x 64 pic. Then select export to, and click .asm format, to
the clipboard, and paste the source under the pic_label.
I hope this helps,
darkfire139@aol.com