]> Joshua Wise's Git repositories - firearm.git/blobdiff - ram.comments.hex
Issue: Fix case in which lr is read in the instruction immediately after a bl; now...
[firearm.git] / ram.comments.hex
index b1fa9508b8653e740ad32513f41b749c80b87a9b..7ce1a8312e5f87c0ef15ed0efb589e6b79c66093 100644 (file)
@@ -1,3 +1,6 @@
+E3A0103A  // mov r1, #':'
+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
 // test some lol
@@ -25,8 +28,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
This page took 0.021692 seconds and 4 git commands to generate.