[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: porting assembly x86 code
- From: Jayanth Acharya <jayachar88@...>
- Date: Fri, 27 Sep 2013 09:58:53 +0530
OP's question, I think - was about ARM 64-bit ASM. I believe ARM 32-bit ASM is supported, and the gcc can take care of ARM 64-bit instruction generation as well, but hand-written ASM for 32-bit ARM, could need porting to 64-bit ARM arch. Not familiar with 64-bit ARM arch, but they might have a fall-back mode, that can emulate/execute 32-bit instructions as well.