We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32-bit mov rd,#imm16
mov rd,#imm16
Bits 19:16 marked as dont-care in ISA documentation but explicitly set to 0x2 in epiphany.cpu
https://parallella.org/forums/viewtopic.php?f=23&t=3966
https://github.com/adapteva/epiphany-binutils-gdb/blob/epiphany-binutils-2.27/cpu/epiphany.cpu#L3056
(+ OP4_IMM32 (f-opc-4-1 #x0) (f-opc-19-4 #x2) (f-dc-28-1 #x0) rd6 imm16)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
32-bit
mov rd,#imm16
Bits 19:16 marked as dont-care in ISA documentation but explicitly set to 0x2 in epiphany.cpu
https://parallella.org/forums/viewtopic.php?f=23&t=3966
https://github.com/adapteva/epiphany-binutils-gdb/blob/epiphany-binutils-2.27/cpu/epiphany.cpu#L3056
The text was updated successfully, but these errors were encountered: