initial commit
[riscv-tests.git] / isa / rv64ui / example.S
1 #*****************************************************************************
2 # simple.S
3 #-----------------------------------------------------------------------------
4 #
5 # This is the most basic self checking test. If your simulator does not
6 # pass thiss then there is little chance that it will pass any of the
7 # more complicated self checking tests.
8 #
9
10 #include "riscv_test.h"
11 #include "test_macros.h"
12
13 RVTEST_RV64U
14 RVTEST_CODE_BEGIN
15
16 RVTEST_PASS
17
18 RVTEST_CODE_END
19
20 .data
21 RVTEST_DATA_BEGIN
22
23 TEST_DATA
24
25 RVTEST_DATA_END