Author Topic: Binary Bits (Asm)  (Read 2567 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest

Peter

  • Guest
Re: Binary Bits (Asm)
« Reply #1 on: June 22, 2012, 01:12:06 PM »
Hi Charles,

mov byte [edx],edi

I didn't know that we have this!

Charles Pegge

  • Guest
Re: Binary Bits (Asm)
« Reply #2 on: June 22, 2012, 01:34:07 PM »

Er no, you are right Peter. Tht does not work correctly: 4 bytes are saved. I've fixed the example by swapping edi and using dl (edx).