View Single Post
Old 02 August 2021, 13:54   #205
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,292
A typical use case is strlen:

Code:
 move.l a0,d0
.loop:
 tst.b (a0)+
 bne.s .loop
 sub.l a0,d0
 not.l d0
Thomas Richter is offline  
 
Page generated in 0.05633 seconds with 11 queries