reticivis-net/uwd2

add ARM support (anyone have windows on ARM they could test with?)

Opened this issue · 0 comments

So I didn't know that ARM had a return instruction, and technically it doesn't, but it has br lr which is functionally equivalent, so i just need to assemble that into an instruction and then inject that and the rust compiler should handle the rest, though i have literally nothing to test this on