Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/mips/sanity.s
2023-03-06 14:48:14 +01:00

20 lines
237 B
ArmAsm

# mips test sanity, expected to pass.
# mach: all
# as: -mabi=eabi
# ld: -N -Ttext=0x80010000
# output: *\\npass\\n
.include "testutils.inc"
setup
.set noreorder
.ent DIAG
DIAG:
writemsg "Sanity is good!"
pass
.end DIAG