These changes enable a Hello World example. However, all implemented codegen is not yet feature-complete. - asm only supports 'svc #0' at the moment - call only supports leaf functions at the moment - setReg uses a naive method at the moment
- add codegen/arm.zig with some basic functionality (load/store, data processing, branching, software interrupts)