]> Joshua Wise's Git repositories - firearm.git/blame_incremental - ram.comments.hex
memory wea
[firearm.git] / ram.comments.hex
... / ...
CommitLineData
1EE001510 // mcr 5, 0, r1, c0, c0
2E59E0000 // ldr r0, [r14]
3E02DE190 // mla r13, r0, r1, r14 -- r13 := r0*r1 + r14
4E1800001 // orr r0, r0, r1
5// test some lol
6E0012011 // and r2, r1, r1, lsl r0
7E0013038 // and r3, r1, r8, lsr r0
8E0014058 // and r4, r1, r8, asr r0
9// test rotate vs shift
10E0015031 // and r5, r1, r1, lsr r0
11E0016071 // and r6, r1, r1, ror r0
12// test arithmetic vs logical
13E0012138 // and r2, r1, r8, lsr r1
14E0013158 // and r3, r1, r8, lsr r1
15// test shift by 0
16E0014008 // and r4, r1, r8, lsl #0
17E0015028 // and r5, r1, r8, lsr #32
18E0016048 // and r6, r1, r8, asr #32
19E0017068 // and r7, r1, r8, ror #32
20// test constant rotate
21E00120E1 // and r2, r1, r1, ror #1
22E0013161 // and r3, r1, r1, ror #2
23E00141E1 // and r4, r1, r1, ror #3
24E0015261 // and r5, r1, r1, ror #4
25E00162E1 // and r6, r1, r1, ror #5
26E0017361 // and r7, r1, r1, ror #6
27E180F081
28E180F081
29E180F081
30EA000001 // jump forward
31EE001510 // mcr 5, 0, r1, c0, c0
32EAFFFFFD // whirrr, skipped the first time
33E1A00000 // nop
34EBFFFFFC // jump back
35E0000000
36E0000000
37E0000000
38E0000000
39E0000000
40E0000000
41E0000000
42E0000000
43E0000000
44E0000000
45E0000000
46E0000000
47E0000000
48E0000000
49E0000000
50E0000000
51E0000000
52E0000000
53E0000000
54E0000000
55E0000000
56E0000000
57E0000000
58E0000000
59E0000000
60E0000000
61E0000000
62E0000000
63E0000000
64E0000000
65E0000000
66E0000000
67E0000000
68E0000000
69E0000000
70E0000000
71E0000000
72E0000000
73E0000000
74E0000000
75
This page took 0.023172 seconds and 4 git commands to generate.