was off by one, the syscall is write and the first arg is file_descriptor ie 1 == stdout
rather than use hardcoded r0 etc use syscall_X change the syscalls and interpreter to use them later use platform to map from syscall_X to actually used register (like r0 in arm)
rather large commit, but essentially a simple rename Rationale in docs and blogs