about summary refs log tree commit diff stats
path: root/example/samples/msp430.S
blob: 77f4b4484b4ad8fc4ab7c9448c74c60af2032d7f (plain) (blame)
1
2
3
4
5
6
7
8
main:
    mov.w      0x10, R10
    mov.w      0x0, R11
loop:
    add.w      1, R11
    sub.w      1, R10
    jnz        loop
    mov.w      @SP+, PC