]> Joshua Wise's Git repositories - firearm.git/commitdiff
ram.hex: Add performance benchmark, P-SPEC 2009.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:46 +0000 (01:20 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:46 +0000 (01:20 -0500)
ram.comments.hex
ram.hex

index 99712b34b1e39bde01ff0a0006de5b3af0831151..ebefed7b147d4a310eeeb1247b5347e5139ec2d5 100644 (file)
@@ -1,3 +1,4 @@
+EE001510  // mcr 5, 0, r1, c0, c0
 E59E0000  // ldr r0, [r14]
 E02DE190  // mla r13, r0, r1, r14 -- r13 := r0*r1 + r14
 E1800001  // orr r0, r0, r1
@@ -26,8 +27,9 @@ E0017361  // and r7, r1, r1, ror #6
 E180F081
 E180F081
 E180F081
-EA000000 // jump forward
-EAFFFFFE // whirrr, skipped the first time
+EA000001 // jump forward
+EE001510 // mcr 5, 0, r1, c0, c0
+EAFFFFFD // whirrr, skipped the first time
 E1A00000 // nop
 EBFFFFFC // jump back
 E0000000
diff --git a/ram.hex b/ram.hex
index c4acfd7bb9ecbb70025f89277982f32af6fa965d..6c74e2d65272f840246777d7d180047676f83af3 100644 (file)
--- a/ram.hex
+++ b/ram.hex
@@ -1,3 +1,4 @@
+EE001510
 E59E0000
 E02DE190
 E1800001
@@ -21,8 +22,9 @@ E0017361
 E180F081
 E180F081
 E180F081
-EA000000
-EAFFFFFE
+EA000001
+EE001510
+EAFFFFFD
 E1A00000
 EBFFFFFC
 E0000000
This page took 0.024755 seconds and 4 git commands to generate.