Back to Browse

x64 Assembly Tutorial 34: String Instructions 3, Compare and Move Strings

7.5K views
Nov 3, 2011
10:54

This tutorial will wrap up the final two string instructions. The compare strings and the Move strings. They use RDI and RSI. You can move from the source to the destination with the MOVS instruction and you can compare the source with the destination with the CMPS instruction. You can use repeat prefixes with both. The REP is for the Move instruction and the REPE/REPNE prefixes are for the CMP instruction. That finishes the string instructions, use them to operate on contiguous memory.

Download

1 formats

Video Formats

360pmp413.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

x64 Assembly Tutorial 34: String Instructions 3, Compare and Move Strings | NatokHD