View Single Post
Old 05 November 2021, 21:03   #12
a/b
Registered User
 
Join Date: Jun 2016
Location: europe
Posts: 1,048
If you are looping through bits it's better to use dbcs:
Code:
	moveq #32-1,d1
loop:	lsr.l	#1,d0
	dbcs	d1,loop
	eor.w	#31,d1
a/b is offline  
 
Page generated in 0.04380 seconds with 11 queries