Apps - Plain directory
Pages: 1 2
nemo (145) 2552 posts |
Because what gets stored is either PC+8 or PC+12 on ARM cores seen so far. So the above works… so far. |
Colin Ferris (399) 1818 posts |
Doesn’t corrupt R14 :-) some extra examples instead of ‘bl’:- adreq r14,ptr ;can add ‘eq’ ‘ne’ etc .routine |
nemo (145) 2552 posts |
That’s just BLEQ in twice as many instructions! What’s more interesting is when you ignore the conventions entirely: ADREQ R7, ret BEQ standards_what_standards ret ... standards_what_standards ... MOV PC, R7 |
Pages: 1 2