From 99bd3e732ce651561697ceff402520fabfe783c4 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Fri, 9 Jan 2009 01:20:46 -0500 Subject: [PATCH] ram.hex: Add performance benchmark, P-SPEC 2009. --- ram.comments.hex | 6 ++++-- ram.hex | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ram.comments.hex b/ram.comments.hex index 99712b3..ebefed7 100644 --- a/ram.comments.hex +++ b/ram.comments.hex @@ -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 c4acfd7..6c74e2d 100644 --- 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 -- 2.39.2