|   
				
			 | 
			
 		
 
 Atari coding BBS 
   
| Re: 5-bit C2P? |  
| 
Posted by: Peter 
 | 
Jan,14.2006-13:54 
 | 
 
 
Dude, thanks! 
 
I have some data in the upper 3 bits, so I masked it out as follows: 
 
.pix16: 
  move.l (a0)+,d0 
  move.l (a0)+,d1 
  move.l (a0)+,d2 
  move.l (a0)+,d3 
 
  and.l #$1f1f1f1f,d0 
  and.l #$1f1f1f1f,d1 
  and.l #$1f1f1f1f,d2 
  and.l #$1f1f1f1f,d3 
 
  ... 
 
  ... 
 
Apart from this, it all worked right away! Thanks a lot! 
 
-- Peter
  
 | 
 
 
 
  
	
  
 
 [All messages in this thread]      [Start new thread]  
  
 
	
 
	What's the anti-troll code?   That's your personal code to be able to add comments and messages on the dhs.nu site.
  Don't have a code or forgot it? Fix it here.
			 |