]> Joshua Wise's Git repositories - firearm.git/blame - ram.comments.hex
Memory: Add delayed flush. Make outbubble correct by moving it to the end (sadface...
[firearm.git] / ram.comments.hex
CommitLineData
332a17e7 1E3A0103A // mov r1, #':'
99bd3e73 2EE001510 // mcr 5, 0, r1, c0, c0
e9bde5ae 3E59E0000 // ldr r0, [r14]
93414280 4E02DE190 // mla r13, r0, r1, r14 -- r13 := r0*r1 + r14
4dd2bb62 5E1800001 // orr r0, r0, r1
be412e44
CL
6// test some lol
7E0012011 // and r2, r1, r1, lsl r0
8E0013038 // and r3, r1, r8, lsr r0
9E0014058 // and r4, r1, r8, asr r0
10// test rotate vs shift
11E0015031 // and r5, r1, r1, lsr r0
12E0016071 // and r6, r1, r1, ror r0
13// test arithmetic vs logical
14E0012138 // and r2, r1, r8, lsr r1
15E0013158 // and r3, r1, r8, lsr r1
16// test shift by 0
17E0014008 // and r4, r1, r8, lsl #0
18E0015028 // and r5, r1, r8, lsr #32
19E0016048 // and r6, r1, r8, asr #32
20E0017068 // and r7, r1, r8, ror #32
21// test constant rotate
22E00120E1 // and r2, r1, r1, ror #1
23E0013161 // and r3, r1, r1, ror #2
24E00141E1 // and r4, r1, r1, ror #3
25E0015261 // and r5, r1, r1, ror #4
26E00162E1 // and r6, r1, r1, ror #5
27E0017361 // and r7, r1, r1, ror #6
28E180F081
29E180F081
30E180F081
99bd3e73
JW
31EA000001 // jump forward
32EE001510 // mcr 5, 0, r1, c0, c0
33EAFFFFFD // whirrr, skipped the first time
acae28be 34E1A00000 // nop
7947b9c7 35EBFFFFFC // jump back
be412e44
CL
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
75E0000000
76
This page took 0.036854 seconds and 4 git commands to generate.