index
:
clyne/lib430core
master
Virtual machine for MSP430 microcontroller architecture
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
mov_constants.s
blob: d77eb513dab444b487cdf4df5ea89cb9e2a827ba (
plain
)
1
2
3
4
5
6
7
8
main
:
mov
#0, r4
mov
#1, r5
mov
#2, r6
mov
#-1, r7
mov
#4, r8
mov
#8, r9
ret