This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-02 22:04:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
afa6150f04
llvm-6502
/
test
/
MC
/
Disassembler
History
Vladimir Medic
afa6150f04
This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@202706
91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-03 13:12:59 +00:00
..
AArch64
ARM
Mips
This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.
2014-03-03 13:12:59 +00:00
PowerPC
Sparc
[Sparc] Add return/rett instruction to Sparc backend.
2014-03-02 22:55:53 +00:00
SystemZ
X86
XCore