1 #source: ../x86-64-cbw.s 2 #objdump: -dwMintel 3 #name: x86-64 (ILP32) CBW/CWD & Co (Intel disassembly) 4 5 .*: +file format .* 6 7 Disassembly of section .text: 8 9 0+000 <_cbw>: 10 0: 66 98 cbw 11 2: 98 cwde 12 3: 48 98 cdqe 13 5: 66 40 98 rex cbw 14 8: 40 98 rex cwde 15 a: 66 48 98 data16 cdqe 16 17 0+00d <_cwd>: 18 d: 66 99 cwd 19 f: 99 cdq 20 10: 48 99 cqo 21 12: 66 40 99 rex cwd 22 15: 40 99 rex cdq 23 17: 66 48 99 data16 cqo 24 #pass 25