| RayeR CZ, 22.01.2014, 23:44 |
64-bit long mode compatability with 32-bit instructions-GAS (Developers) |
Hi, --- |
| Rugxulo Usono, 23.01.2014, 01:10 @ RayeR |
64-bit long mode compatability with 32-bit instructions-GAS |
> Hi, |
| Oso2k 23.01.2014, 01:34 @ RayeR |
64-bit long mode compatability with 32-bit instructions-GAS |
> Now it seems to work. Do I really need to make branching for 32-bit and |
| RayeR CZ, 23.01.2014, 03:03 @ RayeR |
64-bit long mode compatability with 32-bit instructions-GAS |
Well, about WoW64 I read on wiki and it's clear then that it does CPU mode switching so this means that 32b code cannot be executed natively and I do need branching for some cases. BTW can I manipulate AX or AH in long mode? Maybe yes for reg2reg moves but push/pop to stack is forbidden and valid only for 64b regs. --- |
| alexfru USA, 23.01.2014, 08:34 @ RayeR |
64-bit long mode compatability with 32-bit instructions-GAS |
> Well, about WoW64 I read on wiki and it's clear then that it does CPU mode |
| georgpotthast Germany, 23.01.2014, 20:16 @ alexfru |
64-bit long mode compatability with 32-bit instructions-GAS |
Alex knows this stuff in and out. |
| marcov 23.01.2014, 21:57 @ RayeR |
64-bit long mode compatability with 32-bit instructions-GAS |
> Now it seems to work. Do I really need to make branching for 32-bit and |
Thread view
I guess you could consult the Intel developers in this field.