interdpth
I've seen things, man.
- 275
- Posts
- 20
- Years
- Seen Jun 8, 2021
Usually I steal a piece of code that's about 5 instructions
so I can do a
LDR r3,=myroutine;
MOV r15,r3
then my routine executes, or i'll just edit some code.
Recently I tried the callasm function and my function executed but died, yet I know the code works.
What to do you guys do? Prefer?
so I can do a
LDR r3,=myroutine;
MOV r15,r3
then my routine executes, or i'll just edit some code.
Recently I tried the callasm function and my function executed but died, yet I know the code works.
What to do you guys do? Prefer?