Skip to content

Instantly share code, notes, and snippets.

@jake-b
jake-b / main.m
Created December 11, 2014 22:15 — forked from stuartcarnie/main.m
- (IBAction)runTest:(id)sender {
// 32-bit assembly. Set your architecture to armv7 (not arm64)
uint32_t code[] = {
0xe2800001, // add r0, r0, #1
0xe12fff1e, // bx lr
};
uint32_t *p;