REPE and CMPS
Posted: Fri Dec 28, 2007 4:35 pm
Hello, thanks for reading my topic...
I was reading the FASM manual and found this:
repe cmpsb ;COMPARE [ES:DI] and [DS:SI] until CX = 0
but can i use this???????????:
repe cmps byte [ds:si], [ds:di]
bye
I was reading the FASM manual and found this:
repe cmpsb ;COMPARE [ES:DI] and [DS:SI] until CX = 0
but can i use this???????????:
repe cmps byte [ds:si], [ds:di]
bye