Support System Calls
System calls need some sort of common setup. The BRK instruction can be used, and either load the registers with the syscall number or use the slot behind the irq and read it from the interrupt handler.
Implement all of the syscalls in appendix B.