Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/cr16/nop.cgs

12 lines
104 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
# cr16 testcase for nop
# mach(): cr16
.include "testutils.inc"
start
.global nop
nop:
nop
pass