x86-64-asm: Fix ltr/str and push/pop operands
commitc0368604e196d53b281cd2aceb140b5facd36ed7
authorMichael Matz <matz@suse.de>
Sat, 6 Aug 2016 21:19:04 +0000 (6 23:19 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:10 +0000 (15 17:47 +0100)
tree79e43dc55a8404909231fe2f91516df9a0ebcc52
parent45b24c37a0ea8886ac13c7a93741566c197071f4
x86-64-asm: Fix ltr/str and push/pop operands

str accepts rm16/r32/r64, and push/pop defaults to 64 when given
memory operands (to 32 on i386).
i386-asm.c
tests/asmtest.S
x86_64-asm.h