NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
Is there an instruction in x86 to move arbitrary length data?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is there an instruction in x86 to move arbitrary length data? (Read 14535 times)
JoeCoder
Jr. Member
Posts: 72
Country:
Is there an instruction in x86 to move arbitrary length data?
«
on:
June 15, 2011, 11:13:29 AM »
Are there storage to storage moves in x86? Can I move arbitrary length data from storage to storage or do I have to always go through a register? Thanks.
Logged
If you can't code it in assembly, it can't be coded!
Keith Kanios
Full Member
Posts: 383
Country:
Re: Is there an instruction in x86 to move arbitrary length data?
«
Reply #1 on:
June 15, 2011, 03:07:53 PM »
rep
+
movsb/w/d/q
«
Last Edit: June 15, 2011, 03:16:02 PM by Keith Kanios
»
Logged
JoeCoder
Jr. Member
Posts: 72
Country:
Re: Is there an instruction in x86 to move arbitrary length data?
«
Reply #2 on:
June 15, 2011, 05:43:21 PM »
Thanks a lot Keith, I'll look those up.
Joe
Logged
If you can't code it in assembly, it can't be coded!
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
Is there an instruction in x86 to move arbitrary length data?