blob: 04ad529635d111cd497e548a6a2ee17c6ff811c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.include "t-macros.i"
start
test_mtsa:
load $9 0x0000000000000000 0x0000000000000020 # 32
mtsa $9
mfsa $10 #Expectation rd:0x20
check10 0x0000000000000000 0x0000000000000020
exit0
|