xref: /illumos-gate/usr/src/test/util-tests/tests/dis/i386/32.movbe.out (revision 5f82aa32fbc5dc2c59bca6ff315f44a4c4c9ea86)
1    libdis_test:      66 0f 38 f1 03     movbew %ax,(%ebx)
2    libdis_test+0x5:  0f 38 f1 03        movbel %eax,(%ebx)
3    libdis_test+0x9:  66 0f 38 f0 18     movbew (%eax),%bx
4    libdis_test+0xe:  0f 38 f0 18        movbel (%eax),%ebx
5