Created
June 19, 2018 08:50
-
-
Save petemoore/8684c6e4c651f66dd357a5d9b594f30f to your computer and use it in GitHub Desktop.
Dump register contents, RISC OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00009208 : E92DFFFF : STMDB R13!,{R0-PC} | |
0000920C : E3A02010 : MOV R2,#&10 | |
00009210 : E3A03000 : MOV R3,#0 | |
00009214 : E3A01102 : MOV R1,#&80000000 | |
00009218 : E353000A : CMP R3,#&0A | |
0000921C : 4F000120 : SWIMI OS_WriteI+" " | |
00009220 : EF000152 : SWI OS_WriteI+"R" | |
00009224 : 5F000131 : SWIPL OS_WriteI+"1" | |
00009228 : 42830030 : ADDMI R0,R3,#&30 | |
0000922C : 52830026 : ADDPL R0,R3,#&26 | |
00009230 : EF000000 : SWI OS_WriteC | |
00009234 : EF00013A : SWI OS_WriteI+":" | |
00009238 : E8BD0001 : LDMIA R13!,{R0} | |
0000923C : E1100001 : TST R0,R1 | |
00009240 : 0F000130 : SWIEQ OS_WriteI+"0" | |
00009244 : 1F000131 : SWINE OS_WriteI+"1" | |
00009248 : E1B010A1 : MOVS R1,R1,LSR #1 | |
0000924C : 1AFFFFFA : BNE &0000923C | |
00009250 : EF000003 : SWI OS_NewLine | |
00009254 : E2522001 : SUBS R2,R2,#1 | |
00009258 : E2833001 : ADD R3,R3,#1 | |
0000925C : 1AFFFFEC : BNE &00009214 | |
00009260 : E1A0F00E : MOV PC,R14 |
Author
petemoore
commented
Jun 20, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment