diff options
Diffstat (limited to 'tasm/tests')
| -rw-r--r-- | tasm/tests/a.t | 6 | ||||
| -rw-r--r-- | tasm/tests/include.t | 1 |
2 files changed, 7 insertions, 0 deletions
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 diff --git a/tasm/tests/include.t b/tasm/tests/include.t new file mode 100644 index 0000000..50dfe97 --- /dev/null +++ b/tasm/tests/include.t @@ -0,0 +1 @@ +.include "a.t" |
