Skip to content

Instantly share code, notes, and snippets.

@atimorin
Created June 7, 2014 10:08
Show Gist options
  • Save atimorin/b41ab8a50cd3b7a39e2d to your computer and use it in GitHub Desktop.
Save atimorin/b41ab8a50cd3b7a39e2d to your computer and use it in GitHub Desktop.
longest x86 instruction
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