diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-10-29 14:38:33 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-10-29 14:38:33 +0200 |
| commit | 5d29afb530ffdaab4b5032b7422da988b31c0867 (patch) | |
| tree | 0135976b951fa4c860a043f07e6d555e40c60d1f /tasm/tests/a.t | |
| parent | 80d78c5589d42f81b04e671b28c103a2112458d1 (diff) | |
| download | tri-5d29afb530ffdaab4b5032b7422da988b31c0867.tar.gz tri-5d29afb530ffdaab4b5032b7422da988b31c0867.zip | |
initial working compiled program on simulator
Diffstat (limited to 'tasm/tests/a.t')
| -rw-r--r-- | tasm/tests/a.t | 2 |
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 |
