Author Topic: Is there an instruction in x86 to move arbitrary length data?  (Read 8829 times)

Offline JoeCoder

  • Jr. Member
  • *
  • Posts: 72
  • Country: by
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.
If you can't code it in assembly, it can't be coded!

Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
« Last Edit: June 15, 2011, 03:16:02 PM by Keith Kanios »

Offline JoeCoder

  • Jr. Member
  • *
  • Posts: 72
  • Country: by
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
If you can't code it in assembly, it can't be coded!