Age | Commit message (Expand) | Author |
---|---|---|
2024-07-28 | Allow indirect loads/stores | Ian Moffett |
2024-07-27 | Improve naming for load instructions | Ian Moffett |
2024-07-27 | write -> store, read -> load | Ian Moffett |
2024-07-27 | Fix example with AND instruction | Ian Moffett |
2024-07-27 | Add data movement instructions | Ian Moffett |
2024-07-27 | Add extra operand for arithmetic instructions | Ian Moffett |
2024-07-27 | Prefix immediates with '#' | Ian Moffett |
2024-07-27 | Terminate code block | Kaimakan71 |
2024-07-27 | Add copyright | Kaimakan71 |
2024-07-27 | cpy -> mov | Ian Moffett |
2024-07-27 | Exclude writes to x0 register | Ian Moffett |
2024-07-27 | Cleanup | Ian Moffett |
2024-07-27 | Initial commit | Ian Moffett |