Created
June 7, 2014 10:08
-
-
Save atimorin/b41ab8a50cd3b7a39e2d to your computer and use it in GitHub Desktop.
longest x86 instruction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dillon Beresford: | |
Longest x86 instruction is 15 bytes in 16-bit mode and 13 bytes in 32-bit mode: [16-bit] 66 67 F0 3E 81 04 4E 01234567 89ABCDEF add [ds:esi+ecx*2+0x67452301], 0xEFCDAB89 [32-bit] F0 3E 81 04 4E 01234567 89ABCDEF add [ds:esi+ecx*2+0x67452301], 0xEFCDAB89 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment