From d96b8c7d12fc61ec609d6138627b9d6d18139a9a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 28 Oct 2023 00:00:21 +0300 Subject: move to monorepo + Will probably have to make some changes to dir layout to make things make more sense --- tasm/tests/a.t | 6 ++++++ tasm/tests/include.t | 1 + 2 files changed, 7 insertions(+) create mode 100644 tasm/tests/a.t create mode 100644 tasm/tests/include.t (limited to 'tasm/tests') diff --git a/tasm/tests/a.t b/tasm/tests/a.t new file mode 100644 index 0000000..f23f9c0 --- /dev/null +++ b/tasm/tests/a.t @@ -0,0 +1,6 @@ +start: + li x1, 48 + li x2, 19683 + st w, x1, 0(x2) + li x1, 3 + csrrw mpower, x0, x1 diff --git a/tasm/tests/include.t b/tasm/tests/include.t new file mode 100644 index 0000000..50dfe97 --- /dev/null +++ b/tasm/tests/include.t @@ -0,0 +1 @@ +.include "a.t" -- cgit v1.3