mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-14 10:32:23 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee1
.
7 lines
242 B
Makefile
7 lines
242 B
Makefile
#name: MIPS JAL/JALX addend calculation (n32)
|
|
#source: ../../../gas/testsuite/gas/mips/jalx-addend.s
|
|
#as: -EB -n32 -march=from-abi
|
|
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
|
#objdump: -dr --prefix-addresses --show-raw-insn
|
|
#dump: jalx-addend.d
|