Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / maxq20 / pmtest.s
1 ;# Peripheral(plugable) module test file
2 .text
3
4 ; Timer1 test module configured at mod. no. 3
5 move T1CN, #05h
6 move T1MD, #233
7 move T1CL,A[0]
8 ; Timer2 module test plugged at mod. no. 4
9 move T2CFG, #12h
10 move T2V, #12h
11 move T2C, A[0]
12
13 ; MAC module test plugged at 5
14 move MCNT, #123
15 move MA, #13h
16 move MC0, A[13]
17
18 ;test the pm support
19 move 15h,#13h
20 move 25h, 13h
21 move 13h, #12h
22
23 move A[13], #1234h ; PFX 2 test
24 move A[15], #1234
25
This page took 0.03926 seconds and 4 git commands to generate.