Mercurial > lcfOS
comparison util/test_patterns.txt @ 346:3bb7dcfe5529
expanded arm target
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:05:32 +0100 |
parents | |
children | 13a6e73b448f |
comparison
equal
deleted
inserted
replaced
345:b4882ff0ed06 | 346:3bb7dcfe5529 |
---|---|
1 | |
2 mov r4, #100 | |
3 === | |
4 mov sp, #0x6000 | |
5 === | |
6 mov r3, sp | |
7 === | |
8 yield | |
9 === | |
10 push {r11,r5,r4,lr} | |
11 === | |
12 pop {r4,r5,r6} | |
13 === | |
14 sub r4,r5,#23 | |
15 blt x | |
16 x: | |
17 mul r4,r5,r2 | |
18 === | |
19 str r9, [r2, #33] | |
20 === | |
21 ldr r5, [r3, #87] | |
22 |