From 5d29afb530ffdaab4b5032b7422da988b31c0867 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 Oct 2023 14:38:33 +0200 Subject: initial working compiled program on simulator --- tasm/tests/a.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasm/tests/a.t') diff --git a/tasm/tests/a.t b/tasm/tests/a.t index f23f9c0..da41b34 100644 --- a/tasm/tests/a.t +++ b/tasm/tests/a.t @@ -1,6 +1,6 @@ start: li x1, 48 li x2, 19683 - st w, x1, 0(x2) + st t, x1, 0(x2) li x1, 3 csrrw mpower, x0, x1 -- cgit v1.3