aboutsummaryrefslogtreecommitdiff
path: root/tasm/tests
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-10-29 14:38:33 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-10-29 14:38:33 +0200
commit5d29afb530ffdaab4b5032b7422da988b31c0867 (patch)
tree0135976b951fa4c860a043f07e6d555e40c60d1f /tasm/tests
parent80d78c5589d42f81b04e671b28c103a2112458d1 (diff)
downloadtri-5d29afb530ffdaab4b5032b7422da988b31c0867.tar.gz
tri-5d29afb530ffdaab4b5032b7422da988b31c0867.zip
initial working compiled program on simulator
Diffstat (limited to 'tasm/tests')
-rw-r--r--tasm/tests/a.t2
1 files changed, 1 insertions, 1 deletions
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