aboutsummaryrefslogtreecommitdiff
path: root/tdump/tests/a.t
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 /tdump/tests/a.t
parent80d78c5589d42f81b04e671b28c103a2112458d1 (diff)
downloadtri-5d29afb530ffdaab4b5032b7422da988b31c0867.tar.gz
tri-5d29afb530ffdaab4b5032b7422da988b31c0867.zip
initial working compiled program on simulator
Diffstat (limited to 'tdump/tests/a.t')
-rw-r--r--tdump/tests/a.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdump/tests/a.t b/tdump/tests/a.t
new file mode 100644
index 0000000..f23f9c0
--- /dev/null
+++ b/tdump/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