[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MIPS32 release 2 Instructions
From: |
Peter Maydell |
Subject: |
Re: MIPS32 release 2 Instructions |
Date: |
Wed, 17 Mar 2021 15:04:58 +0000 |
On Wed, 17 Mar 2021 at 14:06, prashant chaturvedi
<iamprashant13@gmail.com> wrote:
> I'm trying execute a mips32r2 , little endian binary on qemu
> and the instructions like enable interrupt(EI) and Pair upper
> Lower(PUL.PS) are not supported by qemu as it gives "Illegal
> Instruction" error.
It would help if you were specific about what you're doing:
* full QEMU command line
* QEMU version
* what exactly the binary is and where it came from
(OS image? Linux executable? Something you compiled? From another source?)
* any other relevant details
thanks
-- PMM