A89: Pic


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

A89: Pic



How do I do a Full Screen pic?  I have it all ready it is in the
 
dc.b %00000000,%00000000 format
it is all ready it is 160x100 could some1 make a small code to get it to display?  my normal sprite code is :
 
 

move.w #0,d0                  ;sets x-coord of picture

move.w #0,d1                 ;sets y-coord of picture

lea bag2(pc),a0             ;moves address of sprite to a0

jsr graphlib::put_sprite         ;draws sprite at a0 with coord d0,d1

 

but that won't work... how do it do it?

 

Thanks,

 

 

                      Ryan (Schony) Schonhoff