aboutsummaryrefslogtreecommitdiff
path: root/isa/rvall/empty.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rvall/empty.S')
-rw-r--r--isa/rvall/empty.S23
1 files changed, 23 insertions, 0 deletions
diff --git a/isa/rvall/empty.S b/isa/rvall/empty.S
new file mode 100644
index 0000000..5c2dae9
--- /dev/null
+++ b/isa/rvall/empty.S
@@ -0,0 +1,23 @@
+# See LICENSE for license details.
+
+#*****************************************************************************
+# add.S
+#-----------------------------------------------------------------------------
+#
+# Test add instruction.
+#
+
+#include "riscv_test.h"
+#include "test_macros.h"
+
+RVTEST_RV64U
+RVTEST_CODE_BEGIN
+
+RVTEST_CODE_END
+
+ .data
+RVTEST_DATA_BEGIN
+
+ TEST_DATA
+
+RVTEST_DATA_END