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 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tasm/tests/a.t (limited to 'tasm/tests/a.t') 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 -- cgit v1.3