View Single Post
Old 01 October 2010, 21:05   #40
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by Lonewolf10 View Post
Thanks for that. I just reached example 6 (part 4, page 9) that uses "blk.l 10240,$80" to define one bitplane and pre-sets the bitplane value for a quick display of how a bitplane works.
Of course, I'll have to add some move.l's and a dbra loop to do the same thing, as ds (define storage) doesn't seem to support the pre-set values (2nd part of blk.l)
Just use dcb.l 10240,$80 instead of blk. (d.efine c.onstant b.lock)
StingRay is offline  
 
Page generated in 0.05900 seconds with 10 queries